Searched refs:RT2860_C (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/ral/ |
H A D | rt2860.c | 1011 RT2860_EEPROM_CTL(sc, RT2860_S | RT2860_C); in rt2860_eeprom_read_2() 1016 RT2860_EEPROM_CTL(sc, RT2860_S | RT2860_D | RT2860_C); in rt2860_eeprom_read_2() 1020 RT2860_EEPROM_CTL(sc, RT2860_S | RT2860_D | RT2860_C); in rt2860_eeprom_read_2() 1022 RT2860_EEPROM_CTL(sc, RT2860_S | RT2860_C); in rt2860_eeprom_read_2() 1030 (((addr >> n) & 1) << RT2860_SHIFT_D) | RT2860_C); in rt2860_eeprom_read_2() 1038 RT2860_EEPROM_CTL(sc, RT2860_S | RT2860_C); in rt2860_eeprom_read_2() 1049 RT2860_EEPROM_CTL(sc, RT2860_C); in rt2860_eeprom_read_2() 4213 RAL_WRITE(sc, RT2860_PCI_EECTRL, tmp & ~RT2860_C); in rt3090_set_rx_antenna() 4223 RAL_WRITE(sc, RT2860_PCI_EECTRL, tmp | RT2860_C); in rt3090_set_rx_antenna()
|
H A D | rt2860reg.h | 217 #define RT2860_C (1 << 0) macro
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_runreg.h | 211 #define RT2860_C (1 << 0) macro
|