Lines Matching refs:m1m2
27709 u16 rad_gain, dac_gain, bbmult, m1m2; in wlc_phy_txpwr_fixpower_nphy() local
27818 wlc_phy_table_read_nphy(pi, 15, 1, 87, 16, &m1m2); in wlc_phy_txpwr_fixpower_nphy()
27819 m1m2 &= ((core == PHY_CORE_0) ? 0x00ff : 0xff00); in wlc_phy_txpwr_fixpower_nphy()
27820 m1m2 |= ((core == PHY_CORE_0) ? (bbmult << 8) : (bbmult << 0)); in wlc_phy_txpwr_fixpower_nphy()
27821 wlc_phy_table_write_nphy(pi, 15, 1, 87, 16, &m1m2); in wlc_phy_txpwr_fixpower_nphy()
28308 u16 m1m2; in wlc_phy_txpwr_index_nphy() local
28361 wlc_phy_table_read_nphy(pi, 15, 1, 87, 16, &m1m2); in wlc_phy_txpwr_index_nphy()
28362 m1m2 &= ((core == PHY_CORE_0) ? 0x00ff : 0xff00); in wlc_phy_txpwr_index_nphy()
28363 m1m2 |= ((core == PHY_CORE_0) ? in wlc_phy_txpwr_index_nphy()
28366 wlc_phy_table_write_nphy(pi, 15, 1, 87, 16, &m1m2); in wlc_phy_txpwr_index_nphy()
28467 wlc_phy_table_read_nphy(pi, 15, 1, 87, 16, &m1m2); in wlc_phy_txpwr_index_nphy()
28468 m1m2 &= ((core == PHY_CORE_0) ? 0x00ff : 0xff00); in wlc_phy_txpwr_index_nphy()
28469 m1m2 |= ((core == PHY_CORE_0) ? in wlc_phy_txpwr_index_nphy()
28472 wlc_phy_table_write_nphy(pi, 15, 1, 87, 16, &m1m2); in wlc_phy_txpwr_index_nphy()