Searched refs:dac_reg (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/aspeed/ |
D | aspeed_gfx_drv.c | 61 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, ®); in dac_mux_show()
|
D | aspeed_gfx_crtc.c | 63 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()
|
D | aspeed_gfx.h | 14 u32 dac_reg; member
|
/linux-6.6.21/drivers/gpu/drm/imx/ipuv3/ |
D | imx-tve.c | 116 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/ |
D | sm712.h | 23 #define dac_reg (0x3c8) macro
|
D | vesafb.c | 28 #define dac_reg (0x3c8) macro 100 outb_p(regno, dac_reg); in vesa_setpalette()
|
D | sm712fb.c | 872 smtc_mmiowb(regno, dac_reg); in sm712_setpalette()
|
D | uvesafb.c | 946 outb_p(start + i, dac_reg); in uvesafb_setpalette()
|
/linux-6.6.21/include/video/ |
D | uvesafb.h | 98 #define dac_reg (0x3c8) macro
|
/linux-6.6.21/sound/soc/codecs/ |
D | wm8994.c | 2762 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()
|