Home
last modified time | relevance | path

Searched refs:HDMI_PHY_CTRL_SW_RESET_PLL (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/hdmi/
Dhdmi_connector.c40 val & ~HDMI_PHY_CTRL_SW_RESET_PLL); in msm_hdmi_phy_reset()
44 val | HDMI_PHY_CTRL_SW_RESET_PLL); in msm_hdmi_phy_reset()
62 val | HDMI_PHY_CTRL_SW_RESET_PLL); in msm_hdmi_phy_reset()
66 val & ~HDMI_PHY_CTRL_SW_RESET_PLL); in msm_hdmi_phy_reset()
Dhdmi.xml.h568 #define HDMI_PHY_CTRL_SW_RESET_PLL 0x00000001 macro