Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_hpd.c23 val & ~HDMI_PHY_CTRL_SW_RESET); in msm_hdmi_phy_reset()
27 val | HDMI_PHY_CTRL_SW_RESET); in msm_hdmi_phy_reset()
45 val | HDMI_PHY_CTRL_SW_RESET); in msm_hdmi_phy_reset()
49 val & ~HDMI_PHY_CTRL_SW_RESET); in msm_hdmi_phy_reset()
H A Dhdmi_phy_8x60.c99 HDMI_PHY_CTRL_SW_RESET); in hdmi_phy_8x60_powerdown()
H A Dhdmi.xml.h577 #define HDMI_PHY_CTRL_SW_RESET 0x00000004 macro