Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/s5p-tv/
Dregs-hdmi.h121 #define HDMI_PHY_SW_RSTOUT (1 << 0) macro
Dhdmi_drv.c263 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/
Dregs-hdmi.h129 #define HDMI_PHY_SW_RSTOUT (1 << 0) macro
Dexynos_hdmi.c1688 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()