Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/sti/
Dsti_hda.c248 void __iomem *video_dacs_ctrl; member
301 if (hda->video_dacs_ctrl) { in hda_enable_hd_dacs()
304 val = readl(hda->video_dacs_ctrl); in hda_enable_hd_dacs()
310 writel(val, hda->video_dacs_ctrl); in hda_enable_hd_dacs()
359 if (hda->video_dacs_ctrl) in hda_dbg_show()
360 hda_dbg_video_dacs_ctrl(s, hda->video_dacs_ctrl); in hda_dbg_show()
768 hda->video_dacs_ctrl = devm_ioremap_nocache(dev, res->start, in sti_hda_probe()
770 if (!hda->video_dacs_ctrl) in sti_hda_probe()
775 hda->video_dacs_ctrl = NULL; in sti_hda_probe()