Searched refs:antswlut (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/net/wireless/b43/ |
D | tables_nphy.c | 3496 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/ |
D | ssb.h | 114 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/ |
D | sprom.c | 324 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/ |
D | sprom.c | 270 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/ |
D | pci.c | 737 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/ |
D | phy_n.c | 14572 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()
|