Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_n.c27535 u16 rad_gain, dac_gain, bbmult, m1m2; in wlc_phy_txpwr_fixpower_nphy() local
27658 wlc_phy_table_read_nphy(pi, 15, 1, 87, 16, &m1m2); in wlc_phy_txpwr_fixpower_nphy()
27659 m1m2 &= ((core == PHY_CORE_0) ? 0x00ff : 0xff00); in wlc_phy_txpwr_fixpower_nphy()
27660 m1m2 |= ((core == PHY_CORE_0) ? (bbmult << 8) : (bbmult << 0)); in wlc_phy_txpwr_fixpower_nphy()
27661 wlc_phy_table_write_nphy(pi, 15, 1, 87, 16, &m1m2); in wlc_phy_txpwr_fixpower_nphy()
28928 u16 m1m2; in wlc_phy_txpwr_index_nphy() local
28984 wlc_phy_table_read_nphy(pi, 15, 1, 87, 16, &m1m2); in wlc_phy_txpwr_index_nphy()
28985 m1m2 &= ((core == PHY_CORE_0) ? 0x00ff : 0xff00); in wlc_phy_txpwr_index_nphy()
28986 m1m2 |= ((core == PHY_CORE_0) ? in wlc_phy_txpwr_index_nphy()
28989 wlc_phy_table_write_nphy(pi, 15, 1, 87, 16, &m1m2); in wlc_phy_txpwr_index_nphy()
[all …]