Searched refs:HDMI_PHY_SW_RSTOUT (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/media/platform/s5p-tv/ |
D | regs-hdmi.h | 121 #define HDMI_PHY_SW_RSTOUT (1 << 0) macro
|
D | hdmi_drv.c | 263 hdmi_write_mask(hdmi_dev, HDMI_PHY_RSTOUT, ~0, HDMI_PHY_SW_RSTOUT); in hdmi_conf_apply() 265 hdmi_write_mask(hdmi_dev, HDMI_PHY_RSTOUT, 0, HDMI_PHY_SW_RSTOUT); in hdmi_conf_apply()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | regs-hdmi.h | 129 #define HDMI_PHY_SW_RSTOUT (1 << 0) macro
|
D | exynos_hdmi.c | 1688 hdmi_reg_writemask(hdata, reg, ~0, HDMI_PHY_SW_RSTOUT); in hdmiphy_conf_reset() 1690 hdmi_reg_writemask(hdata, reg, 0, HDMI_PHY_SW_RSTOUT); in hdmiphy_conf_reset()
|