Lines Matching refs:rt2x00_rf
640 rt2x00_set_field8(&r3, BBP_R3_SMART_MODE, rt2x00_rf(rt2x00dev, RF5325)); in rt61pci_config_antenna_5x()
686 rt2x00_set_field8(&r3, BBP_R3_SMART_MODE, rt2x00_rf(rt2x00dev, RF2529)); in rt61pci_config_antenna_2x()
834 if (rt2x00_rf(rt2x00dev, RF5225) || rt2x00_rf(rt2x00dev, RF5325)) in rt61pci_config_ant()
836 else if (rt2x00_rf(rt2x00dev, RF2527)) in rt61pci_config_ant()
838 else if (rt2x00_rf(rt2x00dev, RF2529)) { in rt61pci_config_ant()
879 smart = !(rt2x00_rf(rt2x00dev, RF5225) || rt2x00_rf(rt2x00dev, RF2527)); in rt61pci_config_channel()
2518 if (!rt2x00_rf(rt2x00dev, RF5225) && in rt61pci_init_eeprom()
2519 !rt2x00_rf(rt2x00dev, RF5325) && in rt61pci_init_eeprom()
2520 !rt2x00_rf(rt2x00dev, RF2527) && in rt61pci_init_eeprom()
2521 !rt2x00_rf(rt2x00dev, RF2529)) { in rt61pci_init_eeprom()
2576 if (rt2x00_rf(rt2x00dev, RF2529) && in rt61pci_init_eeprom()
2799 if (rt2x00_rf(rt2x00dev, RF5225) || rt2x00_rf(rt2x00dev, RF5325)) { in rt61pci_probe_hw_mode()