Searched refs:stbcpo (Results 1 – 1 of 1) sorted by relevance
27945 u16 bw40po, cddpo, stbcpo, bwduppo; in wlc_phy_txpwr_srom_read_ppr_nphy() local27965 stbcpo = (u16) PHY_GETINTVAR(pi, "stbcpo"); in wlc_phy_txpwr_srom_read_ppr_nphy()27966 pi->stbc2gpo = stbcpo & 0xf; in wlc_phy_txpwr_srom_read_ppr_nphy()27967 pi->stbc5gpo = (stbcpo & 0xf0) >> 4; in wlc_phy_txpwr_srom_read_ppr_nphy()27968 pi->stbc5glpo = (stbcpo & 0xf00) >> 8; in wlc_phy_txpwr_srom_read_ppr_nphy()27969 pi->stbc5ghpo = (stbcpo & 0xf000) >> 12; in wlc_phy_txpwr_srom_read_ppr_nphy()