Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c1014 u16 dac_ctrl; in wlc_lcnphy_set_dac_gain() local
1016 dac_ctrl = (read_phy_reg(pi, 0x439) >> 0); in wlc_lcnphy_set_dac_gain()
1017 dac_ctrl = dac_ctrl & 0xc7f; in wlc_lcnphy_set_dac_gain()
1018 dac_ctrl = dac_ctrl | (dac_gain << 7); in wlc_lcnphy_set_dac_gain()
1019 mod_phy_reg(pi, 0x439, (0xfff << 0), (dac_ctrl) << 0); in wlc_lcnphy_set_dac_gain()