Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/bridge/
Dtc358767.c151 #define PHY_RDY BIT(16) /* PHY Main Channels Ready */ macro
579 ret = tc_poll_timeout(tc->regmap, DP_PHY_CTRL, PHY_RDY, PHY_RDY, 1, in tc_aux_link_setup()
889 } while ((!(value & PHY_RDY)) && (--timeout)); in tc_main_link_setup()
/Linux-v4.19/drivers/scsi/mvsas/
Dmv_defs.h281 PHY_RDY = (1U << 2), enumerator
/Linux-v4.19/drivers/phy/st/
Dphy-miphy28lp.c41 #define PHY_RDY BIT(0) macro
821 mask |= PHY_RDY; in miphy_is_ready()