Home
last modified time | relevance | path

Searched refs:dac_reg (Results 1 – 10 of 10) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/aspeed/
Daspeed_gfx_drv.c61 u32 dac_reg; /* DAC register in SCU */ member
69 .dac_reg = 0x2c,
77 .dac_reg = 0x2c,
85 .dac_reg = 0xc0,
160 priv->dac_reg = config->dac_reg; in aspeed_gfx_load()
274 rc = regmap_update_bits(priv->scu, priv->dac_reg, 0x30000, val << 16); in dac_mux_store()
287 rc = regmap_read(priv->scu, priv->dac_reg, &reg); in dac_mux_show()
Daspeed_gfx_crtc.c63 regmap_update_bits(priv->scu, priv->dac_reg, BIT(16), BIT(16)); in aspeed_gfx_enable_controller()
77 regmap_update_bits(priv->scu, priv->dac_reg, BIT(16), 0); in aspeed_gfx_disable_controller()
Daspeed_gfx.h14 u32 dac_reg; member
/linux-6.6.21/drivers/gpu/drm/imx/ipuv3/
Dimx-tve.c116 struct regulator *dac_reg; member
441 regulator_disable(tve->dac_reg); in imx_tve_disable_regulator()
596 tve->dac_reg = devm_regulator_get(dev, "dac"); in imx_tve_probe()
597 if (!IS_ERR(tve->dac_reg)) { in imx_tve_probe()
598 if (regulator_get_voltage(tve->dac_reg) != IMX_TVE_DAC_VOLTAGE) in imx_tve_probe()
600 ret = regulator_enable(tve->dac_reg); in imx_tve_probe()
/linux-6.6.21/drivers/video/fbdev/
Dsm712.h23 #define dac_reg (0x3c8) macro
Dvesafb.c28 #define dac_reg (0x3c8) macro
100 outb_p(regno, dac_reg); in vesa_setpalette()
Dsm712fb.c872 smtc_mmiowb(regno, dac_reg); in sm712_setpalette()
Duvesafb.c946 outb_p(start + i, dac_reg); in uvesafb_setpalette()
/linux-6.6.21/include/video/
Duvesafb.h98 #define dac_reg (0x3c8) macro
/linux-6.6.21/sound/soc/codecs/
Dwm8994.c2762 int dac_reg; in wm8994_set_dai_fmt() local
2772 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()