Searched refs:dac_reg (Results 1 – 7 of 7) sorted by relevance
111 struct regulator *dac_reg; member462 regulator_disable(tve->dac_reg); in imx_tve_disable_regulator()577 tve->dac_reg = devm_regulator_get(dev, "dac"); in imx_tve_bind()578 if (!IS_ERR(tve->dac_reg)) { in imx_tve_bind()579 if (regulator_get_voltage(tve->dac_reg) != IMX_TVE_DAC_VOLTAGE) in imx_tve_bind()581 ret = regulator_enable(tve->dac_reg); in imx_tve_bind()
23 #define dac_reg (0x3c8) macro
27 #define dac_reg (0x3c8) macro97 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
2762 int dac_reg; in wm8994_set_dai_fmt() local2772 dac_reg = WM8994_AIF1DAC_LRCLK; in wm8994_set_dai_fmt()2778 dac_reg = WM8994_AIF1DAC_LRCLK; in wm8994_set_dai_fmt()2876 snd_soc_component_update_bits(component, dac_reg, in wm8994_set_dai_fmt()