Home
last modified time | relevance | path

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

/drivers/gpu/drm/exynos/
Dexynos_hdmi.c128 void __iomem *regs_hdmiphy; member
741 writel(buf[i], hdata->regs_hdmiphy + in hdmiphy_reg_write_buf()
1429 writel(v, hdata->regs_hdmiphy + HDMIPHY5433_MODE_SET_DONE); in hdmiphy_enable_mode_set()
1936 hdata->regs_hdmiphy = of_iomap(np, 0); in hdmi_get_phy_io()
1937 if (!hdata->regs_hdmiphy) { in hdmi_get_phy_io()
2064 if (hdata->regs_hdmiphy) in hdmi_probe()
2065 iounmap(hdata->regs_hdmiphy); in hdmi_probe()
2089 if (hdata->regs_hdmiphy) in hdmi_remove()
2090 iounmap(hdata->regs_hdmiphy); in hdmi_remove()