HomeSort by: relevance | last modified time | path
    Searched defs:slhci_read (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
sl811hs.c 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) function in typeref:typename:uint8_t
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])
    [all...]
sl811hs.c 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) function in typeref:typename:uint8_t
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])
    [all...]

Completed in 24 milliseconds