Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/wireless/b43legacy/
Dphy.c148 if (phy->type == B43legacy_PHYTYPE_G && phy->rev == 1) { in b43legacy_phy_calibrate()
168 phy->type == B43legacy_PHYTYPE_G)); in b43legacy_phy_init_pctl()
176 if (phy->type == B43legacy_PHYTYPE_G) { in b43legacy_phy_init_pctl()
339 B43legacy_BUG_ON(phy->type != B43legacy_PHYTYPE_G); in b43legacy_phy_setupg()
729 if (phy->type == B43legacy_PHYTYPE_G) { in b43legacy_phy_initb6()
791 if (phy->type == B43legacy_PHYTYPE_G) in b43legacy_phy_initb6()
1764 case B43legacy_PHYTYPE_G: in b43legacy_phy_estimate_power_out()
1806 phy->type == B43legacy_PHYTYPE_G)); in b43legacy_phy_xmitpower()
1846 (phy->type == B43legacy_PHYTYPE_G)) in b43legacy_phy_xmitpower()
2004 phy->type == B43legacy_PHYTYPE_G)); in b43legacy_phy_init_tssi2dbm_table()
[all …]
Dradio.c130 case B43legacy_PHYTYPE_G: in b43legacy_radio_read16()
290 if (!((phy->type == B43legacy_PHYTYPE_G) && (phy->rev > 0))) in b43legacy_radio_aci_scan()
642 case B43legacy_PHYTYPE_G: in b43legacy_calc_nrssi_slope()
859 case B43legacy_PHYTYPE_G: in b43legacy_calc_nrssi_threshold()
1345 if ((phy->type != B43legacy_PHYTYPE_G) || in b43legacy_radio_set_interference_mitigation()
1774 case B43legacy_PHYTYPE_G: in b43legacy_radio_selectchannel()
1966 if (phy->type == B43legacy_PHYTYPE_G) in b43legacy_radio_set_txpower_bg()
1998 if (phy->type == B43legacy_PHYTYPE_G) { in b43legacy_default_radio_attenuation()
2018 if (phy->type == B43legacy_PHYTYPE_G) { in b43legacy_default_radio_attenuation()
2094 case B43legacy_PHYTYPE_G: in b43legacy_radio_turn_on()
[all …]
Db43legacy.h173 #define B43legacy_PHYTYPE_G 0x02 macro
387 ((B43legacy_PHYTYPE_G))
Dxmit.c419 if (phy->type == B43legacy_PHYTYPE_G && in b43legacy_rssi_postprocess()
580 case B43legacy_PHYTYPE_G: in b43legacy_rx()
Dmain.c594 if (dev->phy.type != B43legacy_PHYTYPE_G) in b43legacy_set_slot_time()
640 case B43legacy_PHYTYPE_G: in b43legacy_dummy_transmission()
1592 case B43legacy_PHYTYPE_G: in b43legacy_request_firmware()
1610 case B43legacy_PHYTYPE_G: in b43legacy_request_firmware()
2066 case B43legacy_PHYTYPE_G: in b43legacy_rate_memory_init()
2260 if (phy->type != B43legacy_PHYTYPE_G || phy->rev < 2) in b43legacy_periodic_every120sec()
3006 case B43legacy_PHYTYPE_G: in b43legacy_phy_versioning()
3048 case B43legacy_PHYTYPE_G: in b43legacy_phy_versioning()
3269 (phy->type == B43legacy_PHYTYPE_G)) { in b43legacy_wireless_core_init()
3294 if (phy->type == B43legacy_PHYTYPE_G) { in b43legacy_wireless_core_init()
[all …]