Home
last modified time | relevance | path

Searched refs:boardflags (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/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()
4525 if (!(pi->sh->boardflags & BFL_FEM)) { in wlc_radio_2064_init()
4548 if (pi->sh->boardflags & BFL_FEM_BT) { in wlc_lcnphy_tbl_init()
4558 if (!(pi->sh->boardflags & BFL_FEM)) { in wlc_lcnphy_tbl_init()
4574 if (pi->sh->boardflags & BFL_FEM) in wlc_lcnphy_tbl_init()
4589 if (pi->sh->boardflags in wlc_lcnphy_tbl_init()
[all...]
H A Dphy_hal.h166 u32 boardflags; member
H A Dphy_cmn.c374 sh->boardflags = shp->boardflags; in wlc_phy_shared_attach()
2882 (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()
/kernel/linux/linux-6.6/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()
4525 if (!(pi->sh->boardflags & BFL_FEM)) { in wlc_radio_2064_init()
4548 if (pi->sh->boardflags & BFL_FEM_BT) { in wlc_lcnphy_tbl_init()
4558 if (!(pi->sh->boardflags & BFL_FEM)) { in wlc_lcnphy_tbl_init()
4574 if (pi->sh->boardflags & BFL_FEM) in wlc_lcnphy_tbl_init()
4589 if (pi->sh->boardflags in wlc_lcnphy_tbl_init()
[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()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dpub.h172 u32 boardflags; /* Board specific flags from srom */ member
H A Ddebug.c80 "boardflags 0x%x\n" in brcms_debugfs_hardware_read()
91 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()
4486 wlc_hw->boardflags = sprom->boardflags_lo + (sprom->boardflags_hi << 16); in brcms_b_attach()
4489 if (wlc_hw->boardflags & BFL_NOPLLDOWN) in brcms_b_attach()
4513 wlc->pub->boardflags = wlc_hw->boardflags; in brcms_b_attach()
4539 sha_params.boardflags = wlc_hw->boardflags; in brcms_b_attach()
4917 if ((wlc_hw->boardflags & BFL_FEM) in brcms_b_hw_up()
4921 && (wlc_hw->boardflags in brcms_b_hw_up()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dpub.h172 u32 boardflags; /* Board specific flags from srom */ member
H A Ddebug.c80 "boardflags 0x%x\n" in brcms_debugfs_hardware_read()
91 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 in brcms_b_hw_up()
[all...]
/kernel/linux/linux-5.10/include/linux/ssb/
H A Dssb.h95 u32 boardflags; member
/kernel/linux/linux-6.6/include/linux/ssb/
H A Dssb.h95 u32 boardflags; member
/kernel/linux/linux-5.10/drivers/firmware/broadcom/
H A Dbcm47xx_sprom.c198 ENTRY(0xfffffffe, u32, pre, "boardflags", boardflags, 0, fb); in bcm47xx_sprom_fill_auto()
201 ENTRY(0x00000002, u16, pre, "boardflags", boardflags_lo, 0, fb); in bcm47xx_sprom_fill_auto()
558 nvram_read_u32_2(prefix, "boardflags", &sprom->boardflags_lo, in bcm47xx_fill_board_data()
/kernel/linux/linux-6.6/drivers/firmware/broadcom/
H A Dbcm47xx_sprom.c198 ENTRY(0xfffffffe, u32, pre, "boardflags", boardflags, 0, fb); in bcm47xx_sprom_fill_auto()
201 ENTRY(0x00000002, u16, pre, "boardflags", boardflags_lo, 0, fb); in bcm47xx_sprom_fill_auto()
558 nvram_read_u32_2(prefix, "boardflags", &sprom->boardflags_lo, in bcm47xx_fill_board_data()

Completed in 100 milliseconds