Searched refs:UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT (Results 1 – 3 of 3) sorted by relevance
124 #define UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(x) (((x) & 0x3f) << 18) macro890 reg &= ~UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(~0); in tegra30_utmi_param_configure()892 reg |= UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT( in tegra30_utmi_param_configure()
120 #define UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(x) (((x) & 0x3f) << 18) macro987 reg &= ~UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(~0); in tegra114_utmi_param_configure()989 reg |= UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(utmi_parameters[i]. in tegra114_utmi_param_configure()
99 #define UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(x) (((x) & 0x3f) << 18) macro1047 reg &= ~UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(~0); in tegra124_utmi_param_configure()1049 reg |= UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(utmi_parameters[i]. in tegra124_utmi_param_configure()