Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/msm/hdmi/
Dhdmi_phy_8x74.c67 val & ~HDMI_PHY_CTRL_SW_RESET_PLL); in hdmi_phy_8x74_reset()
71 val | HDMI_PHY_CTRL_SW_RESET_PLL); in hdmi_phy_8x74_reset()
89 val | HDMI_PHY_CTRL_SW_RESET_PLL); in hdmi_phy_8x74_reset()
93 val & ~HDMI_PHY_CTRL_SW_RESET_PLL); in hdmi_phy_8x74_reset()
Dhdmi_phy_8960.c450 val & ~HDMI_PHY_CTRL_SW_RESET_PLL); in hdmi_phy_8960_reset()
454 val | HDMI_PHY_CTRL_SW_RESET_PLL); in hdmi_phy_8960_reset()
472 val | HDMI_PHY_CTRL_SW_RESET_PLL); in hdmi_phy_8960_reset()
476 val & ~HDMI_PHY_CTRL_SW_RESET_PLL); in hdmi_phy_8960_reset()
Dhdmi.xml.h535 #define HDMI_PHY_CTRL_SW_RESET_PLL 0x00000001 macro