Searched defs:urtw_read32_c (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c508 urtw_read32_c(struct urtw_softc *, int, uint32_t *, uint8_t);
1311 urtw_read32_c(struct urtw_softc *sc, int val, uint32_t *data, uint8_t idx) function
1332 "urtw_read32_c: get regs req failed :"
1952 if (urtw_read32_c(sc, URTW_RX, &data, 0))
2020 (void) urtw_read32_c(sc, URTW_TX_CONF, &data, 0);
2879 if (error = urtw_read32_c(sc, URTW_TX_CONF, &data, 0))
4275 (void) urtw_read32_c(sc, URTW_TX_CONF, &data, 0);
4326 if (urtw_read32_c(sc, URTW_RX, &data, 0))

Completed in 55 milliseconds