Home
last modified time | relevance | path

Searched refs:urtw_read32_c (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/usb/
H A Dif_urtw.c154 error = urtw_read32_c(sc, val, data, 0); \
159 error = urtw_read32_c(sc, val, data, idx); \
512 static usbd_status urtw_read32_c(struct urtw_softc *, int, uint32_t *, uint8_t);
1624 urtw_read32_c(struct urtw_softc *sc, int val, uint32_t *data, uint8_t idx) in urtw_read32_c() function