Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/hdmi/
A Dhdmi_phy_8996.c548 int phy_ready = 0; in hdmi_8996_phy_ready_status() local
554 phy_ready = status & BIT(0); in hdmi_8996_phy_ready_status()
556 if (phy_ready) in hdmi_8996_phy_ready_status()
562 DBG("PHY is %sready", phy_ready ? "" : "*not* "); in hdmi_8996_phy_ready_status()
564 return phy_ready; in hdmi_8996_phy_ready_status()
A Dhdmi_phy_8998.c574 int phy_ready = 0; in hdmi_8998_phy_ready_status() local
578 phy_ready = status & BIT(0); in hdmi_8998_phy_ready_status()
580 if (phy_ready) in hdmi_8998_phy_ready_status()
586 return phy_ready; in hdmi_8998_phy_ready_status()
/drivers/staging/media/ipu7/
A Dipu7-isys-csi-phy.c350 u32 phy_ready; in ipu7_isys_phy_ready() local
355 ret = readl_poll_timeout(gpreg + PHY_READY, phy_ready, in ipu7_isys_phy_ready()
356 phy_ready & BIT(0) && phy_ready != ~0U, in ipu7_isys_phy_ready()
/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
A Dhw_atl2_utils.h283 u8 phy_ready:1; member

Completed in 18 milliseconds