Searched refs:RF5225 (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt73usb.c | 137 20 + (rt2x00_rf(rt2x00dev, RF5225) || in rt73usb_rf_write() 727 if (rt2x00_rf(rt2x00dev, RF5226) || rt2x00_rf(rt2x00dev, RF5225)) in rt73usb_config_ant() 763 smart = !(rt2x00_rf(rt2x00dev, RF5225) || rt2x00_rf(rt2x00dev, RF2527)); in rt73usb_config_channel() 1241 if (rt2x00_rf(rt2x00dev, RF5225) || rt2x00_rf(rt2x00dev, RF2527)) in rt73usb_init_registers() 1881 !rt2x00_rf(rt2x00dev, RF5225) && in rt73usb_init_eeprom() 2142 } else if (rt2x00_rf(rt2x00dev, RF5225)) { in rt73usb_probe_hw_mode()
|
D | rt73usb.h | 33 #define RF5225 0x0003 macro
|
D | rt61pci.c | 831 if (rt2x00_rf(rt2x00dev, RF5225) || rt2x00_rf(rt2x00dev, RF5325)) in rt61pci_config_ant() 876 smart = !(rt2x00_rf(rt2x00dev, RF5225) || rt2x00_rf(rt2x00dev, RF2527)); in rt61pci_config_channel() 2431 rt2x00_set_field16(&word, EEPROM_ANTENNA_RF_TYPE, RF5225); in rt61pci_validate_eeprom() 2519 if (!rt2x00_rf(rt2x00dev, RF5225) && in rt61pci_init_eeprom() 2801 if (rt2x00_rf(rt2x00dev, RF5225) || rt2x00_rf(rt2x00dev, RF5325)) { in rt61pci_probe_hw_mode()
|
D | rt61pci.h | 38 #define RF5225 0x0001 macro
|