Home
last modified time | relevance | path

Searched refs:antswlut (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/net/wireless/broadcom/b43/
A Dtables_nphy.c3483 u8 antswlut; in b43_nphy_tables_init_rev7_volatile() local
3493 antswlut = sprom->fem.ghz5.antswlut; in b43_nphy_tables_init_rev7_volatile()
3495 antswlut = sprom->fem.ghz2.antswlut; in b43_nphy_tables_init_rev7_volatile()
3497 switch (antswlut) { in b43_nphy_tables_init_rev7_volatile()
3509 b43err(dev->wl, "Unsupported antswlut: %d\n", antswlut); in b43_nphy_tables_init_rev7_volatile()
3554 u8 antswlut; in b43_nphy_tables_init_rev3() local
3557 antswlut = sprom->fem.ghz5.antswlut; in b43_nphy_tables_init_rev3()
3559 antswlut = sprom->fem.ghz2.antswlut; in b43_nphy_tables_init_rev3()
3581 if (antswlut < ARRAY_SIZE(b43_ntab_antswctl_r3)) in b43_nphy_tables_init_rev3()
3583 b43_ntab_antswctl_r3[antswlut]); in b43_nphy_tables_init_rev3()
/linux-6.3-rc2/include/linux/ssb/
A Dssb.h115 u8 tssipos, extpa_gain, pdet_range, tr_iso, antswlut; member
118 u8 tssipos, extpa_gain, pdet_range, tr_iso, antswlut; member
/linux-6.3-rc2/drivers/bcma/
A Dsprom.c324 SPEX(fem.ghz2.antswlut, SSB_SPROM8_FEM2G, SSB_SROM8_FEM_ANTSWLUT, in bcma_sprom_extract_r8()
335 SPEX(fem.ghz5.antswlut, SSB_SPROM8_FEM5G, SSB_SROM8_FEM_ANTSWLUT, in bcma_sprom_extract_r8()
/linux-6.3-rc2/drivers/firmware/broadcom/
A Dbcm47xx_sprom.c261 ENTRY(0x00000700, u8, pre, "antswctl2g", fem.ghz2.antswlut, 0, fb); in bcm47xx_sprom_fill_auto()
266 ENTRY(0x00000700, u8, pre, "antswctl5g", fem.ghz5.antswlut, 0, fb); in bcm47xx_sprom_fill_auto()
/linux-6.3-rc2/drivers/ssb/
A Dpci.c735 SPEX(fem.ghz2.antswlut, SSB_SPROM8_FEM2G, in sprom_extract_r8()
746 SPEX(fem.ghz5.antswlut, SSB_SPROM8_FEM5G, in sprom_extract_r8()
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
A Dphy_n.c14561 pi->srom_fem2g.antswctrllut = sprom->fem.ghz2.antswlut; in wlc_phy_txpwr_srom_read_nphy()
14567 if (sprom->fem.ghz5.antswlut) in wlc_phy_txpwr_srom_read_nphy()
14568 pi->srom_fem5g.antswctrllut = sprom->fem.ghz5.antswlut; in wlc_phy_txpwr_srom_read_nphy()
14570 pi->srom_fem5g.antswctrllut = sprom->fem.ghz2.antswlut; in wlc_phy_txpwr_srom_read_nphy()

Completed in 44 milliseconds