Searched refs:URTW_RF_PINS_SELECT (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/urtw/ |
H A D | urtw_reg.h | 192 #define URTW_RF_PINS_SELECT 0x0084 /* 2 byte */ macro
|
H A D | urtw.c | 686 if (error = urtw_read16_c(sc, URTW_RF_PINS_SELECT, &o3, 0)) in urtw_8225_read() 690 if (error = urtw_write16_c(sc, URTW_RF_PINS_SELECT, o3 | 0xf, 0)) in urtw_8225_read() 782 if (error = urtw_write16_c(sc, URTW_RF_PINS_SELECT, o3, 0)) in urtw_8225_read() 809 if (error = urtw_read16_c(sc, URTW_RF_PINS_SELECT, &d84, 0)) in urtw_8225_write_c() 815 if (error = urtw_write16_c(sc, URTW_RF_PINS_SELECT, in urtw_8225_write_c() 836 error = urtw_write16_c(sc, URTW_RF_PINS_SELECT, d84, 0); in urtw_8225_write_c() 852 if (error = urtw_write16_c(sc, URTW_RF_PINS_SELECT, 0x0080, 0)) in urtw_8225_isv2() 2136 if (error = urtw_write8_c(sc, URTW_RF_PINS_SELECT + 1, 0, 0)) in urtw_8225_usb_init() 2144 if (error = urtw_write8_c(sc, URTW_RF_PINS_SELECT + 1, 4, 0)) in urtw_8225_usb_init() 2152 if (error = urtw_write16_c(sc, URTW_RF_PINS_SELECT, 0x80, 0)) in urtw_8225_usb_init() [all …]
|