Home | History | Annotate | Download | only in ic

Lines Matching defs:slhci_read

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