Searched refs:URTW_RF_PINS_ENABLE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw_reg.h191 #define URTW_RF_PINS_ENABLE 0x0082 /* 2 byte */ macro
H A Durtw.c684 if (error = urtw_read16_c(sc, URTW_RF_PINS_ENABLE, &o2, 0))
688 if (error = urtw_write16_c(sc, URTW_RF_PINS_ENABLE, o2 | 0xf, 0))
780 if (error = urtw_write16_c(sc, URTW_RF_PINS_ENABLE, o2, 0))
807 if (error = urtw_read16_c(sc, URTW_RF_PINS_ENABLE, &d82, 0))
812 if (error = urtw_write16_c(sc, URTW_RF_PINS_ENABLE,
854 if (error = urtw_write16_c(sc, URTW_RF_PINS_ENABLE, 0x0080, 0))
2154 error = urtw_write16_c(sc, URTW_RF_PINS_ENABLE, 0x80, 0);
2166 error = urtw_write16_c(sc, URTW_RF_PINS_ENABLE, 0x1ff7, 0);
3181 (void) urtw_write16_c(sc, URTW_RF_PINS_ENABLE, 0x1fff, 0);

Completed in 64 milliseconds