Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/phy/xilinx/
H A Dphy-zynqmp.c273 static inline u32 xpsgtr_read_phy(struct xpsgtr_phy *gtr_phy, u32 reg) in xpsgtr_read_phy() argument
275 void __iomem *addr = gtr_phy->dev->serdes in xpsgtr_read_phy()
276 + gtr_phy->lane * PHY_REG_OFFSET + reg; in xpsgtr_read_phy()
281 static inline void xpsgtr_write_phy(struct xpsgtr_phy *gtr_phy, in xpsgtr_write_phy() argument
284 void __iomem *addr = gtr_phy->dev->serdes in xpsgtr_write_phy()
285 + gtr_phy->lane * PHY_REG_OFFSET + reg; in xpsgtr_write_phy()
290 static inline void xpsgtr_clr_set_phy(struct xpsgtr_phy *gtr_phy, in xpsgtr_clr_set_phy() argument
293 void __iomem *addr = gtr_phy->dev->serdes in xpsgtr_clr_set_phy()
294 + gtr_phy->lane * PHY_REG_OFFSET + reg; in xpsgtr_clr_set_phy()
306 struct xpsgtr_phy *gtr_phy = phy_get_drvdata(phy); in xpsgtr_wait_pll_lock() local
[all …]