Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/msm/hdmi/
Dhdmi_phy_8996.c555 int phy_ready = 0; in hdmi_8996_phy_ready_status() local
561 phy_ready = status & BIT(0); in hdmi_8996_phy_ready_status()
563 if (phy_ready) in hdmi_8996_phy_ready_status()
569 DBG("PHY is %sready", phy_ready ? "" : "*not* "); in hdmi_8996_phy_ready_status()
571 return phy_ready; in hdmi_8996_phy_ready_status()