Lines Matching refs:protocol
212 u8 protocol; member
351 u8 protocol = gtr_phy->protocol; in xpsgtr_wait_pll_lock() local
360 if ((protocol == ICM_PROTOCOL_DP || protocol == ICM_PROTOCOL_PCIE) && in xpsgtr_wait_pll_lock()
367 if (gtr_phy->protocol == protocol && !gtr_phy->instance) in xpsgtr_wait_pll_lock()
394 gtr_phy->lane, gtr_phy->protocol, gtr_phy->instance); in xpsgtr_wait_pll_lock()
482 u8 protocol = gtr_phy->protocol; in xpsgtr_lane_set_protocol() local
486 xpsgtr_clr_set(gtr_dev, ICM_CFG0, ICM_CFG0_L0_MASK, protocol); in xpsgtr_lane_set_protocol()
490 protocol << ICM_CFG_SHIFT); in xpsgtr_lane_set_protocol()
493 xpsgtr_clr_set(gtr_dev, ICM_CFG1, ICM_CFG0_L0_MASK, protocol); in xpsgtr_lane_set_protocol()
497 protocol << ICM_CFG_SHIFT); in xpsgtr_lane_set_protocol()
583 if (gtr_phy->protocol == ICM_PROTOCOL_USB && gtr_phy->skip_phy_init) in xpsgtr_phy_init_required()
694 switch (gtr_phy->protocol) { in xpsgtr_phy_init()
741 if (gtr_phy->protocol != ICM_PROTOCOL_DP) in xpsgtr_phy_configure()
770 gtr_phy->protocol = ICM_PROTOCOL_SATA; in xpsgtr_set_lane_type()
774 gtr_phy->protocol = ICM_PROTOCOL_USB; in xpsgtr_set_lane_type()
778 gtr_phy->protocol = ICM_PROTOCOL_DP; in xpsgtr_set_lane_type()
782 gtr_phy->protocol = ICM_PROTOCOL_PCIE; in xpsgtr_set_lane_type()
786 gtr_phy->protocol = ICM_PROTOCOL_SGMII; in xpsgtr_set_lane_type()
892 xpsgtr_icm_str[gtr_phy->protocol]); in xpsgtr_status_read()