Searched refs:dac_reg (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/imx/
H A Dimx-tve.c117 struct regulator *dac_reg; member in struct:imx_tve
640 tve->dac_reg = devm_regulator_get(dev, "dac"); imx_tve_bind()
641 if (!IS_ERR(tve->dac_reg)) { imx_tve_bind()
642 regulator_set_voltage(tve->dac_reg, 2750000, 2750000); imx_tve_bind()
643 ret = regulator_enable(tve->dac_reg); imx_tve_bind()
700 if (!IS_ERR(tve->dac_reg)) imx_tve_unbind()
701 regulator_disable(tve->dac_reg); imx_tve_unbind()
/linux-4.4.14/include/video/
H A Duvesafb.h97 #define dac_reg (0x3c8) macro
/linux-4.4.14/drivers/video/fbdev/
H A Dsm712.h27 #define dac_reg (0x3c8) macro
H A Dvesafb.c26 #define dac_reg (0x3c8) macro
95 outb_p(regno, dac_reg); vesa_setpalette()
H A Dsm712fb.c809 smtc_mmiowb(regno, dac_reg); sm712_setpalette()
H A Duvesafb.c957 outb_p(start + i, dac_reg); uvesafb_setpalette()
/linux-4.4.14/sound/soc/codecs/
H A Dtlv320aic32x4.c485 u8 dac_reg; aic32x4_mute() local
487 dac_reg = snd_soc_read(codec, AIC32X4_DACMUTE) & ~AIC32X4_MUTEON; aic32x4_mute()
489 snd_soc_write(codec, AIC32X4_DACMUTE, dac_reg | AIC32X4_MUTEON); aic32x4_mute()
491 snd_soc_write(codec, AIC32X4_DACMUTE, dac_reg); aic32x4_mute()
H A Dwm8994.c2620 int dac_reg; wm8994_set_dai_fmt() local
2630 dac_reg = WM8994_AIF1DAC_LRCLK; wm8994_set_dai_fmt()
2636 dac_reg = WM8994_AIF1DAC_LRCLK; wm8994_set_dai_fmt()
2733 snd_soc_update_bits(codec, dac_reg, wm8994_set_dai_fmt()

Completed in 254 milliseconds