Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_hdmi.c128 void __iomem *regs_hdmiphy; member
741 writel(buf[i], hdata->regs_hdmiphy + in hdmiphy_reg_write_buf()
1432 writel(v, hdata->regs_hdmiphy + HDMIPHY5433_MODE_SET_DONE); in hdmiphy_enable_mode_set()
1939 hdata->regs_hdmiphy = of_iomap(np, 0); in hdmi_get_phy_io()
1940 if (!hdata->regs_hdmiphy) { in hdmi_get_phy_io()
2067 if (hdata->regs_hdmiphy) in hdmi_probe()
2068 iounmap(hdata->regs_hdmiphy); in hdmi_probe()
2092 if (hdata->regs_hdmiphy) in hdmi_remove()
2093 iounmap(hdata->regs_hdmiphy); in hdmi_remove()