Home
last modified time | relevance | path

Searched refs:video_dacs_ctrl (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
H A Dsti_hda.c241 * @video_dacs_ctrl: video DACS control register
249 void __iomem *video_dacs_ctrl; member
302 if (hda->video_dacs_ctrl) { in hda_enable_hd_dacs()
305 val = readl(hda->video_dacs_ctrl); in hda_enable_hd_dacs()
311 writel(val, hda->video_dacs_ctrl); in hda_enable_hd_dacs()
360 if (hda->video_dacs_ctrl) in hda_dbg_show()
361 hda_dbg_video_dacs_ctrl(s, hda->video_dacs_ctrl); in hda_dbg_show()
766 hda->video_dacs_ctrl = devm_ioremap(dev, res->start, in sti_hda_probe()
768 if (!hda->video_dacs_ctrl) in sti_hda_probe()
773 hda->video_dacs_ctrl in sti_hda_probe()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
H A Dsti_hda.c242 * @video_dacs_ctrl: video DACS control register
250 void __iomem *video_dacs_ctrl; member
303 if (hda->video_dacs_ctrl) { in hda_enable_hd_dacs()
306 val = readl(hda->video_dacs_ctrl); in hda_enable_hd_dacs()
312 writel(val, hda->video_dacs_ctrl); in hda_enable_hd_dacs()
361 if (hda->video_dacs_ctrl) in hda_dbg_show()
362 hda_dbg_video_dacs_ctrl(s, hda->video_dacs_ctrl); in hda_dbg_show()
767 hda->video_dacs_ctrl = devm_ioremap(dev, res->start, in sti_hda_probe()
769 if (!hda->video_dacs_ctrl) in sti_hda_probe()
774 hda->video_dacs_ctrl in sti_hda_probe()
[all...]

Completed in 3 milliseconds