Home
last modified time | relevance | path

Searched refs:B43legacy_PHYTYPE_G (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/wireless/broadcom/b43legacy/
Dphy.c123 if (phy->type == B43legacy_PHYTYPE_G && phy->rev == 1) { in b43legacy_phy_calibrate()
143 phy->type == B43legacy_PHYTYPE_G)); in b43legacy_phy_init_pctl()
151 if (phy->type == B43legacy_PHYTYPE_G) { in b43legacy_phy_init_pctl()
314 B43legacy_BUG_ON(phy->type != B43legacy_PHYTYPE_G); in b43legacy_phy_setupg()
704 if (phy->type == B43legacy_PHYTYPE_G) { in b43legacy_phy_initb6()
766 if (phy->type == B43legacy_PHYTYPE_G) in b43legacy_phy_initb6()
1739 case B43legacy_PHYTYPE_G: in b43legacy_phy_estimate_power_out()
1781 phy->type == B43legacy_PHYTYPE_G)); in b43legacy_phy_xmitpower()
1821 (phy->type == B43legacy_PHYTYPE_G)) in b43legacy_phy_xmitpower()
1979 phy->type == B43legacy_PHYTYPE_G)); in b43legacy_phy_init_tssi2dbm_table()
[all …]
Dradio.c115 case B43legacy_PHYTYPE_G: in b43legacy_radio_read16()
274 if (!((phy->type == B43legacy_PHYTYPE_G) && (phy->rev > 0))) in b43legacy_radio_aci_scan()
625 case B43legacy_PHYTYPE_G: in b43legacy_calc_nrssi_slope()
842 case B43legacy_PHYTYPE_G: in b43legacy_calc_nrssi_threshold()
1328 if ((phy->type != B43legacy_PHYTYPE_G) || in b43legacy_radio_set_interference_mitigation()
1738 case B43legacy_PHYTYPE_G: in b43legacy_radio_selectchannel()
1930 if (phy->type == B43legacy_PHYTYPE_G) in b43legacy_radio_set_txpower_bg()
1962 if (phy->type == B43legacy_PHYTYPE_G) { in b43legacy_default_radio_attenuation()
1982 if (phy->type == B43legacy_PHYTYPE_G) { in b43legacy_default_radio_attenuation()
2058 case B43legacy_PHYTYPE_G: in b43legacy_radio_turn_on()
[all …]
Db43legacy.h175 #define B43legacy_PHYTYPE_G 0x02 macro
389 ((B43legacy_PHYTYPE_G))
Dxmit.c393 if (phy->type == B43legacy_PHYTYPE_G && in b43legacy_rssi_postprocess()
554 case B43legacy_PHYTYPE_G: in b43legacy_rx()
Dmain.c566 if (dev->phy.type != B43legacy_PHYTYPE_G) in b43legacy_set_slot_time()
612 case B43legacy_PHYTYPE_G: in b43legacy_dummy_transmission()
1594 case B43legacy_PHYTYPE_G: in b43legacy_request_firmware()
1612 case B43legacy_PHYTYPE_G: in b43legacy_request_firmware()
2072 case B43legacy_PHYTYPE_G: in b43legacy_rate_memory_init()
2263 if (phy->type != B43legacy_PHYTYPE_G || phy->rev < 2) in b43legacy_periodic_every120sec()
3008 case B43legacy_PHYTYPE_G: in b43legacy_phy_versioning()
3050 case B43legacy_PHYTYPE_G: in b43legacy_phy_versioning()
3271 (phy->type == B43legacy_PHYTYPE_G)) { in b43legacy_wireless_core_init()
3296 if (phy->type == B43legacy_PHYTYPE_G) { in b43legacy_wireless_core_init()
[all …]