Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/b43legacy/
Dmain.c3626 int have_gphy) in b43legacy_setup_modes() argument
3638 if (have_gphy) { in b43legacy_setup_modes()
3661 int have_gphy = 0; in b43legacy_wireless_core_attach() local
3681 have_gphy = !!(tmshigh & B43legacy_TMSHIGH_GPHY); in b43legacy_wireless_core_attach()
3682 if (!have_gphy) in b43legacy_wireless_core_attach()
3685 have_gphy = 1; in b43legacy_wireless_core_attach()
3689 dev->phy.gmode = (have_gphy || have_bphy); in b43legacy_wireless_core_attach()
3704 have_gphy = 0; in b43legacy_wireless_core_attach()
3710 have_gphy = 1; in b43legacy_wireless_core_attach()
3716 dev->phy.gmode = (have_gphy || have_bphy); in b43legacy_wireless_core_attach()
[all …]