Searched refs:have_gphy (Results 1 – 1 of 1) sorted by relevance
3630 int have_gphy) in b43legacy_setup_modes() argument3642 if (have_gphy) { in b43legacy_setup_modes()3665 int have_gphy = 0; in b43legacy_wireless_core_attach() local3685 have_gphy = !!(tmshigh & B43legacy_TMSHIGH_GPHY); in b43legacy_wireless_core_attach()3686 if (!have_gphy) in b43legacy_wireless_core_attach()3689 have_gphy = 1; in b43legacy_wireless_core_attach()3693 dev->phy.gmode = (have_gphy || have_bphy); in b43legacy_wireless_core_attach()3708 have_gphy = 0; in b43legacy_wireless_core_attach()3714 have_gphy = 1; in b43legacy_wireless_core_attach()3720 dev->phy.gmode = (have_gphy || have_bphy); in b43legacy_wireless_core_attach()[all …]