Searched refs:slhci_read_multi (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | sl811hs.c | 463 static void slhci_read_multi(struct slhci_softc *, uint8_t, uint8_t *, int); 1650 slhci_read_multi(struct slhci_softc *sc, uint8_t addr, uint8_t *buf, int l) 1695 slhci_read_multi(struct slhci_softc *sc, uint8_t addr, uint8_t *buf, int l) in slhci_read_multi() function 2203 slhci_read_multi(sc, buf_start, target_buf, actlen); in slhci_abdone() 3440 slhci_read_multi(ssc, aaddr, buf, alen); in slhci_log_dumpreg() 3448 slhci_read_multi(ssc, baddr, buf, blen); in slhci_log_dumpreg()
|