Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c1759 if (!(pi->sh->boardflags & BFL_FEM)) { in wlc_lcnphy_radio_2064_channel_tune_4313()
2071 if (pi->sh->boardflags & BFL_FEM) { in wlc_lcnphy_tssi_setup()
4286 if (pi->sh->boardflags & BFL_FEM) in wlc_lcnphy_load_tx_gain_table()
4298 if (pi->sh->boardflags & BFL_FEM) in wlc_lcnphy_load_tx_gain_table()
4510 if (pi->sh->boardflags & BFL_FEM) in wlc_radio_2064_init()
4574 if (pi->sh->boardflags & BFL_FEM) in wlc_lcnphy_tbl_init()
4605 if (pi->sh->boardflags & BFL_FEM) { in wlc_lcnphy_tbl_init()
4648 if (!(pi->sh->boardflags & BFL_FEM)) in wlc_lcnphy_rev0_baseband_init()
4660 if (pi->sh->boardflags & BFL_FEM) { in wlc_lcnphy_rev0_baseband_init()
4775 if ((pi->sh->boardflags & BFL_FEM) in wlc_phy_init_lcnphy()
[all …]
H A Dphy_hal.h161 u32 boardflags; member
H A Dphy_cmn.c374 sh->boardflags = shp->boardflags; in wlc_phy_shared_attach()
2883 (pi->sh->boardflags & BFL_FEM)) { in wlc_lcnphy_epa_switch()
H A Dphy_int.h487 u32 boardflags; member
H A Dphy_n.c15641 if (pi->sh->boardflags & BFL_EXTLNA) { in wlc_phy_workarounds_nphy_gainctrl()
15709 if (pi->sh->boardflags & BFL_EXTLNA) { in wlc_phy_workarounds_nphy_gainctrl()
15836 if (pi->sh->boardflags & BFL_EXTLNA_5GHz) { in wlc_phy_workarounds_nphy_gainctrl()
19220 if ((pi->sh->boardflags & BFL_EXTLNA) && in wlc_phy_init_nphy()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dpub.h172 u32 boardflags; /* Board specific flags from srom */ member
H A Ddebug.c91 drvr->wlc->hw->boardflags, drvr->wlc->hw->boardflags2, in brcms_debugfs_hardware_read()
H A Dmain.h327 u32 boardflags; /* Board specific flags from srom */ member
H A Dmain.c1087 if (wlc_hw->boardflags & BFL_NOPLLDOWN) in brcms_c_mhfdef()
2241 if (wlc_hw->boardflags & BFL_PACTRL) in brcms_c_gpio_init()
4484 wlc_hw->boardflags = sprom->boardflags_lo + (sprom->boardflags_hi << 16); in brcms_b_attach()
4487 if (wlc_hw->boardflags & BFL_NOPLLDOWN) in brcms_b_attach()
4511 wlc->pub->boardflags = wlc_hw->boardflags; in brcms_b_attach()
4537 sha_params.boardflags = wlc_hw->boardflags; in brcms_b_attach()
4915 if ((wlc_hw->boardflags & BFL_FEM) in brcms_b_hw_up()
4919 && (wlc_hw->boardflags & BFL_FEM_BT))) in brcms_b_hw_up()
5007 if ((wlc->pub->boardflags & BFL_FEM) in brcms_c_up()
5010 && (wlc->pub->boardflags & BFL_FEM_BT)) in brcms_c_up()
/openbmc/linux/include/linux/ssb/
H A Dssb.h95 u32 boardflags; member
/openbmc/linux/drivers/firmware/broadcom/
H A Dbcm47xx_sprom.c198 ENTRY(0xfffffffe, u32, pre, "boardflags", boardflags, 0, fb); in bcm47xx_sprom_fill_auto()