Lines Matching refs:phy_rx
128 void __iomem *phy_rx; member
304 val = ti_pipe3_readl(phy->phy_rx, PCIEPHYRX_ANA_PROGRAMMABILITY); in ti_pipe3_calibrate()
307 ti_pipe3_writel(phy->phy_rx, PCIEPHYRX_ANA_PROGRAMMABILITY, val); in ti_pipe3_calibrate()
309 val = ti_pipe3_readl(phy->phy_rx, PCIEPHYRX_DIGITAL_MODES); in ti_pipe3_calibrate()
314 ti_pipe3_writel(phy->phy_rx, PCIEPHYRX_DIGITAL_MODES, val); in ti_pipe3_calibrate()
316 val = ti_pipe3_readl(phy->phy_rx, PCIEPHYRX_TRIM); in ti_pipe3_calibrate()
319 ti_pipe3_writel(phy->phy_rx, PCIEPHYRX_TRIM, val); in ti_pipe3_calibrate()
321 val = ti_pipe3_readl(phy->phy_rx, PCIEPHYRX_DLL); in ti_pipe3_calibrate()
323 ti_pipe3_writel(phy->phy_rx, PCIEPHYRX_DLL, val); in ti_pipe3_calibrate()
325 val = ti_pipe3_readl(phy->phy_rx, PCIEPHYRX_EQUALIZER); in ti_pipe3_calibrate()
328 ti_pipe3_writel(phy->phy_rx, PCIEPHYRX_EQUALIZER, val); in ti_pipe3_calibrate()
600 phy->phy_rx = devm_ioremap_resource(dev, res); in ti_pipe3_get_tx_rx_base()
601 if (IS_ERR(phy->phy_rx)) in ti_pipe3_get_tx_rx_base()
602 return PTR_ERR(phy->phy_rx); in ti_pipe3_get_tx_rx_base()