Searched refs:URTW_RF_PINS_ENABLE (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/urtw/ |
H A D | urtw_reg.h | 191 #define URTW_RF_PINS_ENABLE 0x0082 /* 2 byte */ macro
|
H A D | urtw.c | 684 if (error = urtw_read16_c(sc, URTW_RF_PINS_ENABLE, &o2, 0)) in urtw_8225_read() 688 if (error = urtw_write16_c(sc, URTW_RF_PINS_ENABLE, o2 | 0xf, 0)) in urtw_8225_read() 780 if (error = urtw_write16_c(sc, URTW_RF_PINS_ENABLE, o2, 0)) in urtw_8225_read() 807 if (error = urtw_read16_c(sc, URTW_RF_PINS_ENABLE, &d82, 0)) in urtw_8225_write_c() 812 if (error = urtw_write16_c(sc, URTW_RF_PINS_ENABLE, in urtw_8225_write_c() 854 if (error = urtw_write16_c(sc, URTW_RF_PINS_ENABLE, 0x0080, 0)) in urtw_8225_isv2() 2154 error = urtw_write16_c(sc, URTW_RF_PINS_ENABLE, 0x80, 0); in urtw_8225_usb_init() 2166 error = urtw_write16_c(sc, URTW_RF_PINS_ENABLE, 0x1ff7, 0); in urtw_8185_rf_pins_enable() 3181 (void) urtw_write16_c(sc, URTW_RF_PINS_ENABLE, 0x1fff, 0); in urtw_8225v2_b_init_rfe()
|