Searched refs:HDMI_PHY_SW_RSTOUT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
H A D | regs-hdmi.h | 125 #define HDMI_PHY_SW_RSTOUT (1 << 0) macro
|
H A D | exynos_hdmi.c | 1412 hdmi_reg_writemask(hdata, HDMI_PHY_RSTOUT, ~0, HDMI_PHY_SW_RSTOUT); in hdmiphy_conf_reset() 1414 hdmi_reg_writemask(hdata, HDMI_PHY_RSTOUT, 0, HDMI_PHY_SW_RSTOUT); in hdmiphy_conf_reset()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
H A D | regs-hdmi.h | 125 #define HDMI_PHY_SW_RSTOUT (1 << 0) macro
|
H A D | exynos_hdmi.c | 1418 hdmi_reg_writemask(hdata, HDMI_PHY_RSTOUT, ~0, HDMI_PHY_SW_RSTOUT); in hdmiphy_conf_reset() 1420 hdmi_reg_writemask(hdata, HDMI_PHY_RSTOUT, 0, HDMI_PHY_SW_RSTOUT); in hdmiphy_conf_reset()
|
Completed in 14 milliseconds