Searched refs:RPD_CTRL (Results 1 – 2 of 2) sorted by relevance
82 #define RPD_CTRL(x) (((x) & 0x1f) << 26) macro907 value &= ~RPD_CTRL(~0); in tegra186_utmi_phy_power_on()908 value |= RPD_CTRL(priv->calib.rpd_ctrl); in tegra186_utmi_phy_power_on()
109 #define RPD_CTRL(x) (((x) & 0x1f) << 26) macro