Home
last modified time | relevance | path

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

/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c1830 if (!(pi->sh->boardflags & BFL_FEM)) { in wlc_lcnphy_radio_2064_channel_tune_4313()
2142 if (pi->sh->boardflags & BFL_FEM) { in wlc_lcnphy_tssi_setup()
4375 if (pi->sh->boardflags & BFL_FEM) in wlc_lcnphy_load_tx_gain_table()
4387 if (pi->sh->boardflags & BFL_FEM) in wlc_lcnphy_load_tx_gain_table()
4599 if (pi->sh->boardflags & BFL_FEM) in wlc_radio_2064_init()
4614 if (!(pi->sh->boardflags & BFL_FEM)) { in wlc_radio_2064_init()
4640 if (pi->sh->boardflags & BFL_FEM_BT) { in wlc_lcnphy_tbl_init()
4650 if (!(pi->sh->boardflags & BFL_FEM)) { in wlc_lcnphy_tbl_init()
4666 if (pi->sh->boardflags & BFL_FEM) in wlc_lcnphy_tbl_init()
4681 if (pi->sh->boardflags & BFL_EXTLNA) in wlc_lcnphy_tbl_init()
[all …]
Dphy_hal.h177 u32 boardflags; member
Dphy_cmn.c385 sh->boardflags = shp->boardflags; in wlc_phy_shared_attach()
2895 (pi->sh->boardflags & BFL_FEM)) { in wlc_lcnphy_epa_switch()
Dphy_int.h505 u32 boardflags; member
Dphy_n.c15652 if (pi->sh->boardflags & BFL_EXTLNA) { in wlc_phy_workarounds_nphy_gainctrl()
15720 if (pi->sh->boardflags & BFL_EXTLNA) { in wlc_phy_workarounds_nphy_gainctrl()
15847 if (pi->sh->boardflags & BFL_EXTLNA_5GHz) { in wlc_phy_workarounds_nphy_gainctrl()
19319 if ((pi->sh->boardflags & BFL_EXTLNA) && in wlc_phy_init_nphy()
/drivers/net/wireless/brcm80211/brcmsmac/
Ddebug.c95 drvr->wlc->hw->boardflags, in brcms_debugfs_hardware_read()
Dpub.h172 u32 boardflags; /* Board specific flags from srom */ member
Dmain.h327 u32 boardflags; /* Board specific flags from srom */ member
Dmain.c1096 if (wlc_hw->boardflags & BFL_NOPLLDOWN) in brcms_c_mhfdef()
2253 if (wlc_hw->boardflags & BFL_PACTRL) in brcms_c_gpio_init()
4507 wlc_hw->boardflags = sprom->boardflags_lo + (sprom->boardflags_hi << 16); in brcms_b_attach()
4510 if (wlc_hw->boardflags & BFL_NOPLLDOWN) in brcms_b_attach()
4534 wlc->pub->boardflags = wlc_hw->boardflags; in brcms_b_attach()
4560 sha_params.boardflags = wlc_hw->boardflags; in brcms_b_attach()
4938 if ((wlc_hw->boardflags & BFL_FEM) in brcms_b_hw_up()
4942 && (wlc_hw->boardflags & BFL_FEM_BT))) in brcms_b_hw_up()
5030 if ((wlc->pub->boardflags & BFL_FEM) in brcms_c_up()
5033 && (wlc->pub->boardflags & BFL_FEM_BT)) in brcms_c_up()