Symbol: slhci_read
sys/dev/ic/sl811hs.c
1183
t->sltype = SL11_GET_REV(slhci_read(sc, SL11_REV));
sys/dev/ic/sl811hs.c
1699
*buf = slhci_read(sc, addr);
sys/dev/ic/sl811hs.c
1768
r = slhci_read(sc, SL11_ISR);
sys/dev/ic/sl811hs.c
1775
e = slhci_read(sc, SL11_IER);
sys/dev/ic/sl811hs.c
1776
f = slhci_read(sc, SL11_CTRL);
sys/dev/ic/sl811hs.c
1789
if (sc->sc_ier != slhci_read(sc, SL11_IER)) {
sys/dev/ic/sl811hs.c
1967
status = slhci_read(sc, slhci_tregs[ab][STAT]);
sys/dev/ic/sl811hs.c
2032
unsigned int cont = slhci_read(sc, slhci_tregs[ab][CONT]);
sys/dev/ic/sl811hs.c
2236
remaining_bustime = (int)(slhci_read(sc, SL811_CSOF)) << 6;
sys/dev/ic/sl811hs.c
2792
r = slhci_read(sc, SL11_ISR);
sys/dev/ic/sl811hs.c
2931
if (slhci_read(sc, addr) != db)
sys/dev/ic/sl811hs.c
3130
r = slhci_read(sc, SL11_ISR);
sys/dev/ic/sl811hs.c
3392
r = slhci_read(ssc, SL11_E0CTRL);
sys/dev/ic/sl811hs.c
3396
aaddr = slhci_read(ssc, SL11_E0ADDR);
sys/dev/ic/sl811hs.c
3398
alen = slhci_read(ssc, SL11_E0LEN);
sys/dev/ic/sl811hs.c
3400
r = slhci_read(ssc, SL11_E0STAT);
sys/dev/ic/sl811hs.c
3404
r = slhci_read(ssc, SL11_E0CONT);
sys/dev/ic/sl811hs.c
3406
r = slhci_read(ssc, SL11_E1CTRL);
sys/dev/ic/sl811hs.c
3410
baddr = slhci_read(ssc, SL11_E1ADDR);
sys/dev/ic/sl811hs.c
3412
blen = slhci_read(ssc, SL11_E1LEN);
sys/dev/ic/sl811hs.c
3414
r = slhci_read(ssc, SL11_E1STAT);
sys/dev/ic/sl811hs.c
3418
r = slhci_read(ssc, SL11_E1CONT);
sys/dev/ic/sl811hs.c
3421
r = slhci_read(ssc, SL11_CTRL);
sys/dev/ic/sl811hs.c
3425
r = slhci_read(ssc, SL11_IER);
sys/dev/ic/sl811hs.c
3429
r = slhci_read(ssc, SL11_ISR);
sys/dev/ic/sl811hs.c
3433
r = slhci_read(ssc, SL11_REV);
sys/dev/ic/sl811hs.c
3435
r = slhci_read(ssc, SL811_CSOF);
sys/dev/ic/sl811hs.c
3481
ier = slhci_read(ssc, SL11_IER);
sys/dev/ic/sl811hs.c
3482
isr = slhci_read(ssc, SL11_ISR);
sys/dev/ic/sl811hs.c
461
static uint8_t slhci_read(struct slhci_softc *, uint8_t);