Searched refs:dac_reg (Results 1 – 7 of 7) sorted by relevance
119 struct regulator *dac_reg; member618 tve->dac_reg = devm_regulator_get(dev, "dac"); in imx_tve_bind()619 if (!IS_ERR(tve->dac_reg)) { in imx_tve_bind()620 if (regulator_get_voltage(tve->dac_reg) != IMX_TVE_DAC_VOLTAGE) in imx_tve_bind()622 ret = regulator_enable(tve->dac_reg); in imx_tve_bind()676 if (!IS_ERR(tve->dac_reg)) in imx_tve_unbind()677 regulator_disable(tve->dac_reg); in imx_tve_unbind()
27 #define dac_reg (0x3c8) macro
26 #define dac_reg (0x3c8) macro95 outb_p(regno, dac_reg); in vesa_setpalette()
807 smtc_mmiowb(regno, dac_reg); in sm712_setpalette()
943 outb_p(start + i, dac_reg); in uvesafb_setpalette()
98 #define dac_reg (0x3c8) macro
2622 int dac_reg; in wm8994_set_dai_fmt() local2632 dac_reg = WM8994_AIF1DAC_LRCLK; in wm8994_set_dai_fmt()2638 dac_reg = WM8994_AIF1DAC_LRCLK; in wm8994_set_dai_fmt()2736 snd_soc_component_update_bits(component, dac_reg, in wm8994_set_dai_fmt()