Searched refs:dac_reg (Results 1 – 7 of 7) sorted by relevance
113 struct regulator *dac_reg; member614 tve->dac_reg = devm_regulator_get(dev, "dac"); in imx_tve_bind()615 if (!IS_ERR(tve->dac_reg)) { in imx_tve_bind()616 if (regulator_get_voltage(tve->dac_reg) != IMX_TVE_DAC_VOLTAGE) in imx_tve_bind()618 ret = regulator_enable(tve->dac_reg); in imx_tve_bind()672 if (!IS_ERR(tve->dac_reg)) in imx_tve_unbind()673 regulator_disable(tve->dac_reg); in imx_tve_unbind()
23 #define dac_reg (0x3c8) macro
27 #define dac_reg (0x3c8) macro96 outb_p(regno, dac_reg); in vesa_setpalette()
866 smtc_mmiowb(regno, dac_reg); in sm712_setpalette()
944 outb_p(start + i, dac_reg); in uvesafb_setpalette()
98 #define dac_reg (0x3c8) macro
2623 int dac_reg; in wm8994_set_dai_fmt() local2633 dac_reg = WM8994_AIF1DAC_LRCLK; in wm8994_set_dai_fmt()2639 dac_reg = WM8994_AIF1DAC_LRCLK; in wm8994_set_dai_fmt()2737 snd_soc_component_update_bits(component, dac_reg, in wm8994_set_dai_fmt()