Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/b43/
Dtables_nphy.c3496 u8 antswlut; in b43_nphy_tables_init_rev7_volatile() local
3506 antswlut = sprom->fem.ghz5.antswlut; in b43_nphy_tables_init_rev7_volatile()
3508 antswlut = sprom->fem.ghz2.antswlut; in b43_nphy_tables_init_rev7_volatile()
3510 switch (antswlut) { in b43_nphy_tables_init_rev7_volatile()
3522 b43err(dev->wl, "Unsupported antswlut: %d\n", antswlut); in b43_nphy_tables_init_rev7_volatile()
3567 u8 antswlut; in b43_nphy_tables_init_rev3() local
3570 antswlut = sprom->fem.ghz5.antswlut; in b43_nphy_tables_init_rev3()
3572 antswlut = sprom->fem.ghz2.antswlut; in b43_nphy_tables_init_rev3()
3594 if (antswlut < ARRAY_SIZE(b43_ntab_antswctl_r3)) in b43_nphy_tables_init_rev3()
3596 b43_ntab_antswctl_r3[antswlut]); in b43_nphy_tables_init_rev3()
/linux-4.4.14/include/linux/ssb/
Dssb.h114 u8 tssipos, extpa_gain, pdet_range, tr_iso, antswlut; member
117 u8 tssipos, extpa_gain, pdet_range, tr_iso, antswlut; member
/linux-4.4.14/drivers/bcma/
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-4.4.14/arch/mips/bcm47xx/
Dsprom.c270 ENTRY(0x00000700, u8, pre, "antswctl2g", fem.ghz2.antswlut, 0, fb); in bcm47xx_sprom_fill_auto()
275 ENTRY(0x00000700, u8, pre, "antswctl5g", fem.ghz5.antswlut, 0, fb); in bcm47xx_sprom_fill_auto()
/linux-4.4.14/drivers/ssb/
Dpci.c737 SPEX(fem.ghz2.antswlut, SSB_SPROM8_FEM2G, in sprom_extract_r8()
748 SPEX(fem.ghz5.antswlut, SSB_SPROM8_FEM5G, in sprom_extract_r8()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_n.c14572 pi->srom_fem2g.antswctrllut = sprom->fem.ghz2.antswlut; in wlc_phy_txpwr_srom_read_nphy()
14578 if (sprom->fem.ghz5.antswlut) in wlc_phy_txpwr_srom_read_nphy()
14579 pi->srom_fem5g.antswctrllut = sprom->fem.ghz5.antswlut; in wlc_phy_txpwr_srom_read_nphy()
14581 pi->srom_fem5g.antswctrllut = sprom->fem.ghz2.antswlut; in wlc_phy_txpwr_srom_read_nphy()