Searched refs:bwduppo (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/include/linux/ssb/ |
A D | ssb.h | 147 u16 bwduppo; member
|
/linux-6.3-rc2/drivers/bcma/ |
A D | sprom.c | 461 SPEX(bwduppo, SSB_SPROM8_BWDUPPO, ~0, 0); in bcma_sprom_extract_r8()
|
/linux-6.3-rc2/drivers/firmware/broadcom/ |
A D | bcm47xx_sprom.c | 342 ENTRY(0x000001f0, u16, pre, "bwduppo", bwduppo, 0, fb); in bcm47xx_sprom_fill_auto()
|
/linux-6.3-rc2/drivers/ssb/ |
A D | pci.c | 792 SPEX(bwduppo, SSB_SPROM8_BWDUPPO, ~0, 0); in sprom_extract_r8()
|
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
A D | phy_n.c | 14376 u16 bw40po, cddpo, stbcpo, bwduppo; in wlc_phy_txpwr_srom_read_ppr_nphy() local 14401 bwduppo = sprom->bwduppo; in wlc_phy_txpwr_srom_read_ppr_nphy() 14402 pi->bwdup2gpo = bwduppo & 0xf; in wlc_phy_txpwr_srom_read_ppr_nphy() 14403 pi->bwdup5gpo = (bwduppo & 0xf0) >> 4; in wlc_phy_txpwr_srom_read_ppr_nphy() 14404 pi->bwdup5glpo = (bwduppo & 0xf00) >> 8; in wlc_phy_txpwr_srom_read_ppr_nphy() 14405 pi->bwdup5ghpo = (bwduppo & 0xf000) >> 12; in wlc_phy_txpwr_srom_read_ppr_nphy()
|
Completed in 38 milliseconds