Home
last modified time | relevance | path

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

/linux-2.6.39/sound/spi/
Dat73c213.c780 unsigned char dac_ctrl = 0; in snd_at73c213_chip_init() local
828 dac_ctrl = (1<<DAC_CTRL_ONDACL) | (1<<DAC_CTRL_ONDACR) in snd_at73c213_chip_init()
831 retval = snd_at73c213_write_reg(chip, DAC_CTRL, dac_ctrl); in snd_at73c213_chip_init()
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_lcn.c1258 u16 dac_ctrl; in wlc_lcnphy_set_dac_gain() local
1260 dac_ctrl = (read_phy_reg(pi, 0x439) >> 0); in wlc_lcnphy_set_dac_gain()
1261 dac_ctrl = dac_ctrl & 0xc7f; in wlc_lcnphy_set_dac_gain()
1262 dac_ctrl = dac_ctrl | (dac_gain << 7); in wlc_lcnphy_set_dac_gain()
1263 mod_phy_reg(pi, 0x439, (0xfff << 0), (dac_ctrl) << 0); in wlc_lcnphy_set_dac_gain()