Searched refs:RF5225 (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt73usb.c | 137 20 + (rt2x00_rf(rt2x00dev, RF5225) || in rt73usb_rf_write() 725 if (rt2x00_rf(rt2x00dev, RF5226) || rt2x00_rf(rt2x00dev, RF5225)) in rt73usb_config_ant() 761 smart = !(rt2x00_rf(rt2x00dev, RF5225) || rt2x00_rf(rt2x00dev, RF2527)); in rt73usb_config_channel() 1239 if (rt2x00_rf(rt2x00dev, RF5225) || rt2x00_rf(rt2x00dev, RF2527)) in rt73usb_init_registers() 1879 !rt2x00_rf(rt2x00dev, RF5225) && in rt73usb_init_eeprom() 2139 } else if (rt2x00_rf(rt2x00dev, RF5225)) { in rt73usb_probe_hw_mode()
|
D | rt73usb.h | 33 #define RF5225 0x0003 macro
|
D | rt61pci.c | 829 if (rt2x00_rf(rt2x00dev, RF5225) || rt2x00_rf(rt2x00dev, RF5325)) in rt61pci_config_ant() 874 smart = !(rt2x00_rf(rt2x00dev, RF5225) || rt2x00_rf(rt2x00dev, RF2527)); in rt61pci_config_channel() 2429 rt2x00_set_field16(&word, EEPROM_ANTENNA_RF_TYPE, RF5225); in rt61pci_validate_eeprom() 2517 if (!rt2x00_rf(rt2x00dev, RF5225) && in rt61pci_init_eeprom() 2798 if (rt2x00_rf(rt2x00dev, RF5225) || rt2x00_rf(rt2x00dev, RF5325)) { in rt61pci_probe_hw_mode()
|
D | rt61pci.h | 38 #define RF5225 0x0001 macro
|