Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos_hdmi.c128 void __iomem *regs_hdmiphy; member
732 writel(buf[i], hdata->regs_hdmiphy + in hdmiphy_reg_write_buf()
1423 writel(v, hdata->regs_hdmiphy + HDMIPHY5433_MODE_SET_DONE); in hdmiphy_enable_mode_set()
1922 hdata->regs_hdmiphy = of_iomap(np, 0); in hdmi_get_phy_io()
1923 if (!hdata->regs_hdmiphy) { in hdmi_get_phy_io()
2052 if (hdata->regs_hdmiphy) in hdmi_probe()
2053 iounmap(hdata->regs_hdmiphy); in hdmi_probe()
2077 if (hdata->regs_hdmiphy) in hdmi_remove()
2078 iounmap(hdata->regs_hdmiphy); in hdmi_remove()