Lines Matching refs:rt2x00_rf
544 rt2x00_set_field8(&r3, BBP_R3_SMART_MODE, rt2x00_rf(rt2x00dev, RF5325)); in rt61pci_config_antenna_5x()
590 rt2x00_set_field8(&r3, BBP_R3_SMART_MODE, rt2x00_rf(rt2x00dev, RF2529)); in rt61pci_config_antenna_2x()
738 if (rt2x00_rf(rt2x00dev, RF5225) || rt2x00_rf(rt2x00dev, RF5325)) in rt61pci_config_ant()
740 else if (rt2x00_rf(rt2x00dev, RF2527)) in rt61pci_config_ant()
742 else if (rt2x00_rf(rt2x00dev, RF2529)) { in rt61pci_config_ant()
783 smart = !(rt2x00_rf(rt2x00dev, RF5225) || rt2x00_rf(rt2x00dev, RF2527)); in rt61pci_config_channel()
2426 if (!rt2x00_rf(rt2x00dev, RF5225) && in rt61pci_init_eeprom()
2427 !rt2x00_rf(rt2x00dev, RF5325) && in rt61pci_init_eeprom()
2428 !rt2x00_rf(rt2x00dev, RF2527) && in rt61pci_init_eeprom()
2429 !rt2x00_rf(rt2x00dev, RF2529)) { in rt61pci_init_eeprom()
2484 if (rt2x00_rf(rt2x00dev, RF2529) && in rt61pci_init_eeprom()
2707 if (rt2x00_rf(rt2x00dev, RF5225) || rt2x00_rf(rt2x00dev, RF5325)) { in rt61pci_probe_hw_mode()