Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/tegra/
H A Dphy-tegra194-p2u.c50 static inline u32 p2u_readl(struct tegra_p2u *phy, const u32 reg) in p2u_readl() function
61 val = p2u_readl(phy, P2U_CONTROL_CMN); in tegra_p2u_power_on()
66 val = p2u_readl(phy, P2U_PERIODIC_EQ_CTRL_GEN3); in tegra_p2u_power_on()
71 val = p2u_readl(phy, P2U_PERIODIC_EQ_CTRL_GEN4); in tegra_p2u_power_on()
75 val = p2u_readl(phy, P2U_RX_DEBOUNCE_TIME); in tegra_p2u_power_on()
81 val = p2u_readl(phy, P2U_DIR_SEARCH_CTRL); in tegra_p2u_power_on()
94 val = p2u_readl(phy, P2U_CONTROL_CMN); in tegra_p2u_calibrate()