Home
last modified time | relevance | path

Searched refs:RT2860_C (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/netif/ral/
H A Drt2860.c1057 RT2860_EEPROM_CTL(sc, RT2860_S | RT2860_C); in rt2860_eeprom_read_2()
1062 RT2860_EEPROM_CTL(sc, RT2860_S | RT2860_D | RT2860_C); in rt2860_eeprom_read_2()
1066 RT2860_EEPROM_CTL(sc, RT2860_S | RT2860_D | RT2860_C); in rt2860_eeprom_read_2()
1068 RT2860_EEPROM_CTL(sc, RT2860_S | RT2860_C); in rt2860_eeprom_read_2()
1076 (((addr >> n) & 1) << RT2860_SHIFT_D) | RT2860_C); in rt2860_eeprom_read_2()
1084 RT2860_EEPROM_CTL(sc, RT2860_S | RT2860_C); in rt2860_eeprom_read_2()
1095 RT2860_EEPROM_CTL(sc, RT2860_C); in rt2860_eeprom_read_2()
4282 RAL_WRITE(sc, RT2860_PCI_EECTRL, tmp & ~RT2860_C); in rt3090_set_rx_antenna()
4292 RAL_WRITE(sc, RT2860_PCI_EECTRL, tmp | RT2860_C); in rt3090_set_rx_antenna()
H A Drt2860reg.h219 #define RT2860_C (1 << 0) macro
/dragonfly/sys/bus/u4b/wlan/
H A Dif_runreg.h214 #define RT2860_C (1 << 0) macro