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

/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c506 urtw_read16_c(struct urtw_softc *, int, uint16_t *, uint8_t);
682 if (error = urtw_read16_c(sc, URTW_RF_PINS_OUTPUT, &o1, 0))
684 if (error = urtw_read16_c(sc, URTW_RF_PINS_ENABLE, &o2, 0))
686 if (error = urtw_read16_c(sc, URTW_RF_PINS_SELECT, &o3, 0))
765 if (error = urtw_read16_c(sc, URTW_RF_PINS_INPUT, &tmp, 0))
804 if (error = urtw_read16_c(sc, URTW_RF_PINS_OUTPUT, &d80, 0))
807 if (error = urtw_read16_c(sc, URTW_RF_PINS_ENABLE, &d82, 0))
809 if (error = urtw_read16_c(sc, URTW_RF_PINS_SELECT, &d84, 0))
1278 urtw_read16_c(struct urtw_softc *sc, int val, uint16_t *data, uint8_t idx) function
1298 "urtw_read16_c
[all...]

Completed in 51 milliseconds