Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/aspeed/
Daspeed_gfx_drv.c63 u32 dac_reg; /* DAC register in SCU */ member
71 .dac_reg = 0x2c,
79 .dac_reg = 0x2c,
87 .dac_reg = 0xc0,
162 priv->dac_reg = config->dac_reg; in aspeed_gfx_load()
276 rc = regmap_update_bits(priv->scu, priv->dac_reg, 0x30000, val << 16); in dac_mux_store()
289 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-5.19.10/drivers/gpu/drm/imx/
Dimx-tve.c116 struct regulator *dac_reg; member
440 regulator_disable(tve->dac_reg); in imx_tve_disable_regulator()
595 tve->dac_reg = devm_regulator_get(dev, "dac"); in imx_tve_probe()
596 if (!IS_ERR(tve->dac_reg)) { in imx_tve_probe()
597 if (regulator_get_voltage(tve->dac_reg) != IMX_TVE_DAC_VOLTAGE) in imx_tve_probe()
599 ret = regulator_enable(tve->dac_reg); in imx_tve_probe()
/linux-5.19.10/drivers/video/fbdev/
Dsm712.h23 #define dac_reg (0x3c8) macro
Dvesafb.c27 #define dac_reg (0x3c8) macro
97 outb_p(regno, dac_reg); in vesa_setpalette()
Dsm712fb.c866 smtc_mmiowb(regno, dac_reg); in sm712_setpalette()
Duvesafb.c946 outb_p(start + i, dac_reg); in uvesafb_setpalette()
/linux-5.19.10/include/video/
Duvesafb.h98 #define dac_reg (0x3c8) macro
/linux-5.19.10/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()