Searched refs:mcs2gpo (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/mips/bcm47xx/ |
D | sprom.c | 310 ENTRY(0x000001f0, u16, pre, "mcs2gpo0", mcs2gpo[0], 0, fb); in bcm47xx_sprom_fill_auto() 311 ENTRY(0x000001f0, u16, pre, "mcs2gpo1", mcs2gpo[1], 0, fb); in bcm47xx_sprom_fill_auto() 312 ENTRY(0x000001f0, u16, pre, "mcs2gpo2", mcs2gpo[2], 0, fb); in bcm47xx_sprom_fill_auto() 313 ENTRY(0x000001f0, u16, pre, "mcs2gpo3", mcs2gpo[3], 0, fb); in bcm47xx_sprom_fill_auto() 314 ENTRY(0x000001f0, u16, pre, "mcs2gpo4", mcs2gpo[4], 0, fb); in bcm47xx_sprom_fill_auto() 315 ENTRY(0x000001f0, u16, pre, "mcs2gpo5", mcs2gpo[5], 0, fb); in bcm47xx_sprom_fill_auto() 316 ENTRY(0x000001f0, u16, pre, "mcs2gpo6", mcs2gpo[6], 0, fb); in bcm47xx_sprom_fill_auto() 317 ENTRY(0x000001f0, u16, pre, "mcs2gpo7", mcs2gpo[7], 0, fb); in bcm47xx_sprom_fill_auto()
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | ppr.c | 94 sprom_mcs_po = sprom->mcs2gpo; in b43_ppr_load_max_from_sprom()
|
/linux-4.1.27/include/linux/ssb/ |
D | ssb.h | 115 u16 mcs2gpo[8]; member
|
/linux-4.1.27/drivers/bcma/ |
D | sprom.c | 432 SPEX_ARRAY8(mcs2gpo, SSB_SPROM8_2G_MCSPO, ~0, 0); in bcma_sprom_extract_r8()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_n.c | 14447 pi->mcs2gpo[0] = sprom->mcs2gpo[0]; in wlc_phy_txpwr_srom_read_ppr_nphy() 14448 pi->mcs2gpo[1] = sprom->mcs2gpo[1]; in wlc_phy_txpwr_srom_read_ppr_nphy() 14449 pi->mcs2gpo[2] = sprom->mcs2gpo[2]; in wlc_phy_txpwr_srom_read_ppr_nphy() 14450 pi->mcs2gpo[3] = sprom->mcs2gpo[3]; in wlc_phy_txpwr_srom_read_ppr_nphy() 14451 pi->mcs2gpo[4] = sprom->mcs2gpo[4]; in wlc_phy_txpwr_srom_read_ppr_nphy() 14452 pi->mcs2gpo[5] = sprom->mcs2gpo[5]; in wlc_phy_txpwr_srom_read_ppr_nphy() 14453 pi->mcs2gpo[6] = sprom->mcs2gpo[6]; in wlc_phy_txpwr_srom_read_ppr_nphy() 14454 pi->mcs2gpo[7] = sprom->mcs2gpo[7]; in wlc_phy_txpwr_srom_read_ppr_nphy() 28059 pwr_offsets2 = pi->mcs2gpo; in wlc_phy_txpwr_apply_nphy()
|
D | phy_int.h | 758 u16 mcs2gpo[8]; member
|
D | phy_lcn.c | 4956 offset_mcs = sprom->mcs2gpo[1] << 16; in wlc_phy_txpwr_srom_read_lcnphy() 4957 offset_mcs |= sprom->mcs2gpo[0]; in wlc_phy_txpwr_srom_read_lcnphy()
|
/linux-4.1.27/drivers/ssb/ |
D | pci.c | 765 SPEX_ARRAY8(mcs2gpo, SSB_SPROM8_2G_MCSPO, ~0, 0); in sprom_extract_r8()
|