Lines Matching refs:m1m2
27837 u16 rad_gain, dac_gain, bbmult, m1m2; in wlc_phy_txpwr_fixpower_nphy() local
27946 wlc_phy_table_read_nphy(pi, 15, 1, 87, 16, &m1m2); in wlc_phy_txpwr_fixpower_nphy()
27947 m1m2 &= ((core == PHY_CORE_0) ? 0x00ff : 0xff00); in wlc_phy_txpwr_fixpower_nphy()
27948 m1m2 |= ((core == PHY_CORE_0) ? (bbmult << 8) : (bbmult << 0)); in wlc_phy_txpwr_fixpower_nphy()
27949 wlc_phy_table_write_nphy(pi, 15, 1, 87, 16, &m1m2); in wlc_phy_txpwr_fixpower_nphy()
28436 u16 m1m2; in wlc_phy_txpwr_index_nphy() local
28489 wlc_phy_table_read_nphy(pi, 15, 1, 87, 16, &m1m2); in wlc_phy_txpwr_index_nphy()
28490 m1m2 &= ((core == PHY_CORE_0) ? 0x00ff : 0xff00); in wlc_phy_txpwr_index_nphy()
28491 m1m2 |= ((core == PHY_CORE_0) ? in wlc_phy_txpwr_index_nphy()
28494 wlc_phy_table_write_nphy(pi, 15, 1, 87, 16, &m1m2); in wlc_phy_txpwr_index_nphy()
28595 wlc_phy_table_read_nphy(pi, 15, 1, 87, 16, &m1m2); in wlc_phy_txpwr_index_nphy()
28596 m1m2 &= ((core == PHY_CORE_0) ? 0x00ff : 0xff00); in wlc_phy_txpwr_index_nphy()
28597 m1m2 |= ((core == PHY_CORE_0) ? in wlc_phy_txpwr_index_nphy()
28600 wlc_phy_table_write_nphy(pi, 15, 1, 87, 16, &m1m2); in wlc_phy_txpwr_index_nphy()