Home
last modified time | relevance | path

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

/linux-2.6.39/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.h178 #define B43legacy_PHYTYPE_G 0x02 macro
392 ((B43legacy_PHYTYPE_G))
Dxmit.c421 if (phy->type == B43legacy_PHYTYPE_G && in b43legacy_rssi_postprocess()
582 case B43legacy_PHYTYPE_G: in b43legacy_rx()
Dmain.c596 if (dev->phy.type != B43legacy_PHYTYPE_G) in b43legacy_set_slot_time()
642 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()
2068 case B43legacy_PHYTYPE_G: in b43legacy_rate_memory_init()
2262 if (phy->type != B43legacy_PHYTYPE_G || phy->rev < 2) in b43legacy_periodic_every120sec()
2971 case B43legacy_PHYTYPE_G: in b43legacy_phy_versioning()
3013 case B43legacy_PHYTYPE_G: in b43legacy_phy_versioning()
3265 (phy->type == B43legacy_PHYTYPE_G)) { in b43legacy_wireless_core_init()
3291 if (phy->type == B43legacy_PHYTYPE_G) { in b43legacy_wireless_core_init()
[all …]