Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/xilinx/
H A Dphy-zynqmp.c681 unsigned int phy_instance) in xpsgtr_set_lane_type() argument
750 if (phy_instance >= num_phy_types) in xpsgtr_set_lane_type()
753 gtr_phy->type = phy_types[phy_instance]; in xpsgtr_set_lane_type()
777 unsigned int phy_instance; in xpsgtr_xlate() local
801 phy_instance = args->args[2]; in xpsgtr_xlate()
803 ret = xpsgtr_set_lane_type(gtr_phy, phy_type, phy_instance); in xpsgtr_xlate()