Searched refs:HDMI_PHY_SW_RSTOUT (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/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.4.14/drivers/gpu/drm/exynos/ |
| D | regs-hdmi.h | 128 #define HDMI_PHY_SW_RSTOUT (1 << 0) macro
|
| D | exynos_hdmi.c | 1523 hdmi_reg_writemask(hdata, HDMI_PHY_RSTOUT, ~0, HDMI_PHY_SW_RSTOUT); in hdmiphy_conf_reset() 1525 hdmi_reg_writemask(hdata, HDMI_PHY_RSTOUT, 0, HDMI_PHY_SW_RSTOUT); in hdmiphy_conf_reset()
|