Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dtc358767.c195 #define PHY_RDY BIT(16) /* PHY Main Channels Ready */ macro
642 ret = tc_poll_timeout(tc, DP_PHY_CTRL, PHY_RDY, PHY_RDY, 100, 100000); in tc_aux_link_setup()
951 ret = tc_poll_timeout(tc, DP_PHY_CTRL, PHY_RDY, PHY_RDY, 500, 100000); in tc_main_link_enable()
/OK3568_Linux_fs/kernel/drivers/scsi/mvsas/
H A Dmv_defs.h265 PHY_RDY = (1U << 2), enumerator
/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dphy-rockchip-samsung-hdptx.c29 #define PHY_RDY BIT(1) macro
604 status, FIELD_GET(PHY_RDY, status), in rockchip_hdptx_phy_set_voltages()
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-samsung-hdptx.c29 #define PHY_RDY BIT(1) macro
607 status, FIELD_GET(PHY_RDY, status), in rockchip_hdptx_phy_set_voltages()
/OK3568_Linux_fs/kernel/drivers/phy/st/
H A Dphy-miphy28lp.c37 #define PHY_RDY BIT(0) macro
817 mask |= PHY_RDY; in miphy_is_ready()