Lines Matching refs:rt2x00_rf
635 rt2x00_set_field8(&r3, BBP_R3_SMART_MODE, rt2x00_rf(rt2x00dev, RF5325)); in rt61pci_config_antenna_5x()
681 rt2x00_set_field8(&r3, BBP_R3_SMART_MODE, rt2x00_rf(rt2x00dev, RF2529)); in rt61pci_config_antenna_2x()
829 if (rt2x00_rf(rt2x00dev, RF5225) || rt2x00_rf(rt2x00dev, RF5325)) in rt61pci_config_ant()
831 else if (rt2x00_rf(rt2x00dev, RF2527)) in rt61pci_config_ant()
833 else if (rt2x00_rf(rt2x00dev, RF2529)) { in rt61pci_config_ant()
874 smart = !(rt2x00_rf(rt2x00dev, RF5225) || rt2x00_rf(rt2x00dev, RF2527)); in rt61pci_config_channel()
2517 if (!rt2x00_rf(rt2x00dev, RF5225) && in rt61pci_init_eeprom()
2518 !rt2x00_rf(rt2x00dev, RF5325) && in rt61pci_init_eeprom()
2519 !rt2x00_rf(rt2x00dev, RF2527) && in rt61pci_init_eeprom()
2520 !rt2x00_rf(rt2x00dev, RF2529)) { in rt61pci_init_eeprom()
2575 if (rt2x00_rf(rt2x00dev, RF2529) && in rt61pci_init_eeprom()
2798 if (rt2x00_rf(rt2x00dev, RF5225) || rt2x00_rf(rt2x00dev, RF5325)) { in rt61pci_probe_hw_mode()