Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_hda.c249 void __iomem *video_dacs_ctrl; member
304 if (hda->video_dacs_ctrl) { in hda_enable_hd_dacs()
307 switch ((u32)hda->video_dacs_ctrl & VIDEO_DACS_CONTROL_MASK) { in hda_enable_hd_dacs()
319 val = readl(hda->video_dacs_ctrl); in hda_enable_hd_dacs()
325 writel(val, hda->video_dacs_ctrl); in hda_enable_hd_dacs()
737 hda->video_dacs_ctrl = devm_ioremap_nocache(dev, res->start, in sti_hda_probe()
739 if (!hda->video_dacs_ctrl) in sti_hda_probe()
744 hda->video_dacs_ctrl = NULL; in sti_hda_probe()