Lines Matching refs:have_gphy
3593 int have_gphy) in b43legacy_setup_modes() argument
3605 if (have_gphy) { in b43legacy_setup_modes()
3628 int have_gphy = 0; in b43legacy_wireless_core_attach() local
3648 have_gphy = !!(tmshigh & B43legacy_TMSHIGH_GPHY); in b43legacy_wireless_core_attach()
3649 if (!have_gphy) in b43legacy_wireless_core_attach()
3652 have_gphy = 1; in b43legacy_wireless_core_attach()
3656 dev->phy.gmode = (have_gphy || have_bphy); in b43legacy_wireless_core_attach()
3671 have_gphy = 0; in b43legacy_wireless_core_attach()
3677 have_gphy = 1; in b43legacy_wireless_core_attach()
3683 dev->phy.gmode = (have_gphy || have_bphy); in b43legacy_wireless_core_attach()
3690 err = b43legacy_setup_modes(dev, have_bphy, have_gphy); in b43legacy_wireless_core_attach()