Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c3595 int have_gphy) in b43legacy_setup_modes() argument
3607 if (have_gphy) { in b43legacy_setup_modes()
3630 int have_gphy = 0; in b43legacy_wireless_core_attach() local
3650 have_gphy = !!(tmshigh & B43legacy_TMSHIGH_GPHY); in b43legacy_wireless_core_attach()
3651 if (!have_gphy) in b43legacy_wireless_core_attach()
3654 have_gphy = 1; in b43legacy_wireless_core_attach()
3658 dev->phy.gmode = (have_gphy || have_bphy); in b43legacy_wireless_core_attach()
3673 have_gphy = 0; in b43legacy_wireless_core_attach()
3679 have_gphy = 1; in b43legacy_wireless_core_attach()
3685 dev->phy.gmode = (have_gphy || have_bphy); in b43legacy_wireless_core_attach()
[all …]