Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/phy/xilinx/
Dphy-zynqmp.c793 unsigned int phy_lane; in xpsgtr_xlate() local
808 phy_lane = args->args[0]; in xpsgtr_xlate()
809 if (phy_lane >= ARRAY_SIZE(gtr_dev->phys)) { in xpsgtr_xlate()
810 dev_err(dev, "Invalid lane number %u\n", phy_lane); in xpsgtr_xlate()
814 gtr_phy = &gtr_dev->phys[phy_lane]; in xpsgtr_xlate()
839 if (icm_matrix[phy_lane][i] == gtr_phy->instance) in xpsgtr_xlate()