Home
last modified time | relevance | path

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

/drivers/net/wireless/brcm80211/brcmsmac/
Ddebug.c96 drvr->wlc->hw->boardflags2, in brcms_debugfs_hardware_read()
Dpub.h173 u32 boardflags2; /* More board flags if sromrev >= 4 */ member
Dantsel.c156 } else if (asi->pub->boardflags2 & BFL2_2X4_DIV) { in brcms_c_antsel_attach()
Dmain.h328 u32 boardflags2; /* More board flags if sromrev >= 4 */ member
Dmain.c4508 wlc_hw->boardflags2 = sprom->boardflags2_lo + (sprom->boardflags2_hi << 16); in brcms_b_attach()
4535 wlc->pub->boardflags2 = wlc_hw->boardflags2; in brcms_b_attach()
4561 sha_params.boardflags2 = wlc_hw->boardflags2; in brcms_b_attach()
/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_hal.h178 u32 boardflags2; member
Dphy_n.c14377 if ((pi->sh->boardflags2 & BFL2_TXPWRCTRL_EN) && in wlc_phy_txpwrctrl_config_nphy()
14381 && (pi->sh->boardflags2 & BFL2_5G_PWRGAIN)) in wlc_phy_txpwrctrl_config_nphy()
14622 if (pi->sh->boardflags2 & BFL2_SPUR_WAR) in wlc_phy_attach_nphy()
14626 if (pi->sh->boardflags2 & BFL2_2G_SPUR_WAR) in wlc_phy_attach_nphy()
16407 && (pi->sh->boardflags2 & BFL2_IPALVLSHIFT_3P3)) in wlc_phy_workarounds_nphy()
16980 if (((pi->sh->boardflags2 & BFL2_APLL_WAR) && in wlc_phy_workarounds_nphy()
16982 (((pi->sh->boardflags2 & BFL2_GPLL_WAR) || in wlc_phy_workarounds_nphy()
16983 (pi->sh->boardflags2 & BFL2_GPLL_WAR2)) && in wlc_phy_workarounds_nphy()
17028 if (pi->sh->boardflags2 & BFL2_SINGLEANT_CCK) in wlc_phy_workarounds_nphy()
17035 if (pi->sh->boardflags2 & BFL2_SKWRKFEM_BRD || in wlc_phy_workarounds_nphy()
[all …]
Dphy_int.h506 u32 boardflags2; member
Dphy_cmn.c386 sh->boardflags2 = shp->boardflags2; in wlc_phy_shared_attach()