Home
last modified time | relevance | path

Searched refs:m1m2 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c27705 u16 rad_gain, dac_gain, bbmult, m1m2; in wlc_phy_txpwr_fixpower_nphy() local
27814 wlc_phy_table_read_nphy(pi, 15, 1, 87, 16, &m1m2); in wlc_phy_txpwr_fixpower_nphy()
27815 m1m2 &= ((core == PHY_CORE_0) ? 0x00ff : 0xff00); in wlc_phy_txpwr_fixpower_nphy()
27816 m1m2 |= ((core == PHY_CORE_0) ? (bbmult << 8) : (bbmult << 0)); in wlc_phy_txpwr_fixpower_nphy()
27817 wlc_phy_table_write_nphy(pi, 15, 1, 87, 16, &m1m2); in wlc_phy_txpwr_fixpower_nphy()
28305 u16 m1m2; in wlc_phy_txpwr_index_nphy() local
28358 wlc_phy_table_read_nphy(pi, 15, 1, 87, 16, &m1m2); in wlc_phy_txpwr_index_nphy()
28359 m1m2 &= ((core == PHY_CORE_0) ? 0x00ff : 0xff00); in wlc_phy_txpwr_index_nphy()
28360 m1m2 |= ((core == PHY_CORE_0) ? in wlc_phy_txpwr_index_nphy()
28363 wlc_phy_table_write_nphy(pi, 15, 1, 87, 16, &m1m2); in wlc_phy_txpwr_index_nphy()
[all …]