Lines Matching refs:have_gphy
3594 int have_gphy) in b43legacy_setup_modes() argument
3606 if (have_gphy) { in b43legacy_setup_modes()
3629 int have_gphy = 0; in b43legacy_wireless_core_attach() local
3649 have_gphy = !!(tmshigh & B43legacy_TMSHIGH_GPHY); in b43legacy_wireless_core_attach()
3650 if (!have_gphy) in b43legacy_wireless_core_attach()
3653 have_gphy = 1; in b43legacy_wireless_core_attach()
3657 dev->phy.gmode = (have_gphy || have_bphy); in b43legacy_wireless_core_attach()
3672 have_gphy = 0; in b43legacy_wireless_core_attach()
3678 have_gphy = 1; in b43legacy_wireless_core_attach()
3684 dev->phy.gmode = (have_gphy || have_bphy); in b43legacy_wireless_core_attach()
3691 err = b43legacy_setup_modes(dev, have_bphy, have_gphy); in b43legacy_wireless_core_attach()