Symbol: asy_get
usr/src/uts/common/io/asy.c
1314
lsr = asy_get(asy, ASY_LSR);
usr/src/uts/common/io/asy.c
1319
lsr = asy_get(asy, ASY_LSR);
usr/src/uts/common/io/asy.c
184
static uint8_t asy_get(const struct asycom *, asy_reg_t);
usr/src/uts/common/io/asy.c
1853
spr = asy_get(asy, ASY_SPR);
usr/src/uts/common/io/asy.c
1900
mcr = asy_get(asy, ASY_MCR);
usr/src/uts/common/io/asy.c
1901
isr = asy_get(asy, ASY_ISR);
usr/src/uts/common/io/asy.c
1982
spr = asy_get(asy, ASY_SPR);
usr/src/uts/common/io/asy.c
2021
ier = asy_get(asy, ASY_IER);
usr/src/uts/common/io/asy.c
2043
asr = asy_get(asy, ASY_ASR);
usr/src/uts/common/io/asy.c
2078
asy_get(asy, ASY_RFL));
usr/src/uts/common/io/asy.c
2080
asy_get(asy, ASY_TFL));
usr/src/uts/common/io/asy.c
2083
asy_get(asy, ASY_ACR));
usr/src/uts/common/io/asy.c
2085
asy_get(asy, ASY_CPR));
usr/src/uts/common/io/asy.c
2087
asy_get(asy, ASY_TCR));
usr/src/uts/common/io/asy.c
2089
asy_get(asy, ASY_CKS));
usr/src/uts/common/io/asy.c
2091
asy_get(asy, ASY_TTL));
usr/src/uts/common/io/asy.c
2093
asy_get(asy, ASY_RTL));
usr/src/uts/common/io/asy.c
2095
asy_get(asy, ASY_FCL));
usr/src/uts/common/io/asy.c
2097
asy_get(asy, ASY_FCH));
usr/src/uts/common/io/asy.c
2101
asy_get(asy, ASY_ID1), asy_get(asy, ASY_ID2),
usr/src/uts/common/io/asy.c
2102
asy_get(asy, ASY_ID3), asy_get(asy, ASY_REV));
usr/src/uts/common/io/asy.c
2158
lsr = asy_get(asy, ASY_LSR);
usr/src/uts/common/io/asy.c
2161
(void) asy_get(asy, ASY_RHR); /* lose another */
usr/src/uts/common/io/asy.c
2339
"make mcr = %x, make TS_SOFTCAR = %s", asy_get(asy, ASY_MCR),
usr/src/uts/common/io/asy.c
2353
asy->asy_msr = asy_get(asy, ASY_MSR);
usr/src/uts/common/io/asy.c
2645
((asy_get(asy, ASY_LSR) & (ASY_LSR_TEMT | ASY_LSR_THRE)) == 0));
usr/src/uts/common/io/asy.c
2726
(void) asy_get(asy, ASY_ISR);
usr/src/uts/common/io/asy.c
2727
(void) asy_get(asy, ASY_LSR);
usr/src/uts/common/io/asy.c
2728
asy->asy_msr = flush_reg = asy_get(asy, ASY_MSR);
usr/src/uts/common/io/asy.c
2765
(void) asy_get(asy, ASY_RHR);
usr/src/uts/common/io/asy.c
2768
flush_reg = asy_get(asy, ASY_RHR);
usr/src/uts/common/io/asy.c
2896
const uint8_t intr_id = asy_get(asy, ASY_ISR);
usr/src/uts/common/io/asy.c
2909
(void) asy_get(asy, ASY_LSR);
usr/src/uts/common/io/asy.c
2910
(void) asy_get(asy, ASY_RHR);
usr/src/uts/common/io/asy.c
2911
asy->asy_msr = asy_get(asy, ASY_MSR);
usr/src/uts/common/io/asy.c
2935
const uint8_t intr_id = asy_get(asy, ASY_ISR);
usr/src/uts/common/io/asy.c
2945
const uint8_t lsr = asy_get(asy, ASY_LSR);
usr/src/uts/common/io/asy.c
3136
(void) asy_get(asy, ASY_RHR);
usr/src/uts/common/io/asy.c
3137
lsr = asy_get(asy, ASY_LSR);
usr/src/uts/common/io/asy.c
3148
c = asy_get(asy, ASY_RHR);
usr/src/uts/common/io/asy.c
3235
lsr = asy_get(asy, ASY_LSR);
usr/src/uts/common/io/asy.c
3268
msr = asy_get(asy, ASY_MSR);
usr/src/uts/common/io/asy.c
3307
msr = asy_get(asy, ASY_MSR);
usr/src/uts/common/io/asy.c
3895
if (!(asy_get(asy, ASY_LSR) & ASY_LSR_THRE))
usr/src/uts/common/io/asy.c
3922
if (asy_get(asy, ASY_LSR) & ASY_LSR_THRE) {
usr/src/uts/common/io/asy.c
4888
mcr_r = asy_get(asy, ASY_MCR);
usr/src/uts/common/io/asy.c
4913
if (asy_get(asy, ASY_IER) & ASY_IER_MIEN) {
usr/src/uts/common/io/asy.c
4918
msr_r = asy_get(asy, ASY_MSR);
usr/src/uts/common/io/asy.c
5269
(asy_get(asy, ASY_LSR) & ASY_LSR_THRE)) {
usr/src/uts/common/io/asy.c
5368
mcr = asy_get(asy, ASY_MCR);
usr/src/uts/common/io/asy.c
573
val = asy_get(asy, ASY_ICR);
usr/src/uts/common/io/asy.c
654
lcr = asy_get(asy, ASY_LCR);
usr/src/uts/common/io/asy.c
684
lcr = asy_get(asy, ASY_LCR);
usr/src/uts/common/io/asy.c
751
uint8_t val = asy_get(asy, reg);
usr/src/uts/common/io/asy.c
759
uint8_t val = asy_get(asy, reg);
usr/src/uts/common/io/asy.c
813
baudrate, asy_get(asy, ASY_CKS), asy_get(asy, ASY_TCR));
usr/src/uts/common/io/asy.c
846
while ((asy_get(asy, ASY_LSR) & ASY_LSR_TEMT) == 0) {