Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dpub.h173 u32 boardflags2; /* More board flags if sromrev >= 4 */ member
H A Dantsel.c156 } else if (asi->pub->boardflags2 & BFL2_2X4_DIV) { in brcms_c_antsel_attach()
H A Ddebug.c91 drvr->wlc->hw->boardflags, drvr->wlc->hw->boardflags2, in brcms_debugfs_hardware_read()
H A Dmain.h328 u32 boardflags2; /* More board flags if sromrev >= 4 */ member
H A Dmain.c4485 wlc_hw->boardflags2 = sprom->boardflags2_lo + (sprom->boardflags2_hi << 16); in brcms_b_attach()
4512 wlc->pub->boardflags2 = wlc_hw->boardflags2; in brcms_b_attach()
4538 sha_params.boardflags2 = wlc_hw->boardflags2; in brcms_b_attach()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_hal.h162 u32 boardflags2; member
H A Dphy_n.c14366 if ((pi->sh->boardflags2 & BFL2_TXPWRCTRL_EN) && in wlc_phy_txpwrctrl_config_nphy()
14370 && (pi->sh->boardflags2 & BFL2_5G_PWRGAIN)) in wlc_phy_txpwrctrl_config_nphy()
14611 if (pi->sh->boardflags2 & BFL2_SPUR_WAR) in wlc_phy_attach_nphy()
14615 if (pi->sh->boardflags2 & BFL2_2G_SPUR_WAR) in wlc_phy_attach_nphy()
16288 && (pi->sh->boardflags2 & BFL2_IPALVLSHIFT_3P3)) in wlc_phy_workarounds_nphy_rev7()
16841 if (((pi->sh->boardflags2 & BFL2_APLL_WAR) && in wlc_phy_workarounds_nphy_rev3()
16843 (((pi->sh->boardflags2 & BFL2_GPLL_WAR) || in wlc_phy_workarounds_nphy_rev3()
16844 (pi->sh->boardflags2 & BFL2_GPLL_WAR2)) && in wlc_phy_workarounds_nphy_rev3()
16889 if (pi->sh->boardflags2 & BFL2_SINGLEANT_CCK) in wlc_phy_workarounds_nphy_rev3()
16922 if (pi->sh->boardflags2 & BFL2_SKWRKFEM_BRD || in wlc_phy_workarounds_nphy_rev1()
[all …]
H A Dphy_int.h488 u32 boardflags2; member
H A Dphy_cmn.c375 sh->boardflags2 = shp->boardflags2; in wlc_phy_shared_attach()
/openbmc/linux/include/linux/ssb/
H A Dssb.h96 u32 boardflags2; member
/openbmc/linux/drivers/firmware/broadcom/
H A Dbcm47xx_sprom.c199 ENTRY(0xfffffff0, u32, pre, "boardflags2", boardflags2, 0, fb); in bcm47xx_sprom_fill_auto()