Searched refs:p2u_writel (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/phy/tegra/ |
D | phy-tegra194-p2u.c | 44 static inline void p2u_writel(struct tegra_p2u *phy, const u32 value, in p2u_writel() function 63 p2u_writel(phy, val, P2U_CONTROL_CMN); in tegra_p2u_power_on() 69 p2u_writel(phy, val, P2U_PERIODIC_EQ_CTRL_GEN3); in tegra_p2u_power_on() 73 p2u_writel(phy, val, P2U_PERIODIC_EQ_CTRL_GEN4); in tegra_p2u_power_on() 78 p2u_writel(phy, val, P2U_RX_DEBOUNCE_TIME); in tegra_p2u_power_on() 83 p2u_writel(phy, val, P2U_DIR_SEARCH_CTRL); in tegra_p2u_power_on() 96 p2u_writel(phy, val, P2U_CONTROL_CMN); in tegra_p2u_calibrate()
|