Searched refs:mcs2gpo (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/firmware/broadcom/ |
D | bcm47xx_sprom.c | 306 ENTRY(0x000001f0, u16, pre, "mcs2gpo0", mcs2gpo[0], 0, fb); in bcm47xx_sprom_fill_auto() 307 ENTRY(0x000001f0, u16, pre, "mcs2gpo1", mcs2gpo[1], 0, fb); in bcm47xx_sprom_fill_auto() 308 ENTRY(0x000001f0, u16, pre, "mcs2gpo2", mcs2gpo[2], 0, fb); in bcm47xx_sprom_fill_auto() 309 ENTRY(0x000001f0, u16, pre, "mcs2gpo3", mcs2gpo[3], 0, fb); in bcm47xx_sprom_fill_auto() 310 ENTRY(0x000001f0, u16, pre, "mcs2gpo4", mcs2gpo[4], 0, fb); in bcm47xx_sprom_fill_auto() 311 ENTRY(0x000001f0, u16, pre, "mcs2gpo5", mcs2gpo[5], 0, fb); in bcm47xx_sprom_fill_auto() 312 ENTRY(0x000001f0, u16, pre, "mcs2gpo6", mcs2gpo[6], 0, fb); in bcm47xx_sprom_fill_auto() 313 ENTRY(0x000001f0, u16, pre, "mcs2gpo7", mcs2gpo[7], 0, fb); in bcm47xx_sprom_fill_auto()
|
/Linux-v4.19/drivers/net/wireless/broadcom/b43/ |
D | ppr.c | 94 sprom_mcs_po = sprom->mcs2gpo; in b43_ppr_load_max_from_sprom()
|
/Linux-v4.19/include/linux/ssb/ |
D | ssb.h | 122 u16 mcs2gpo[8]; member
|
/Linux-v4.19/drivers/bcma/ |
D | sprom.c | 432 SPEX_ARRAY8(mcs2gpo, SSB_SPROM8_2G_MCSPO, ~0, 0); in bcma_sprom_extract_r8()
|
/Linux-v4.19/drivers/net/wireless/broadcom/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() 27973 pwr_offsets2 = pi->mcs2gpo; in wlc_phy_txpwr_apply_nphy()
|
D | phy_int.h | 758 u16 mcs2gpo[8]; member
|
D | phy_lcn.c | 4951 offset_mcs = sprom->mcs2gpo[1] << 16; in wlc_phy_txpwr_srom_read_lcnphy() 4952 offset_mcs |= sprom->mcs2gpo[0]; in wlc_phy_txpwr_srom_read_lcnphy()
|
/Linux-v4.19/drivers/ssb/ |
D | pci.c | 764 SPEX_ARRAY8(mcs2gpo, SSB_SPROM8_2G_MCSPO, ~0, 0); in sprom_extract_r8()
|