Searched refs:UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT (Results 1 – 3 of 3) sorted by relevance
118 #define UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(x) (((x) & 0x3f) << 18) macro989 reg &= ~UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(~0); in tegra114_utmi_param_configure()991 reg |= UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(utmi_parameters[i]. in tegra114_utmi_param_configure()
123 #define UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(x) (((x) & 0x3f) << 18) macro889 reg &= ~UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(~0); in tegra30_utmi_param_configure()891 reg |= UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT( in tegra30_utmi_param_configure()
104 #define UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(x) (((x) & 0x3f) << 18) macro1048 reg &= ~UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(~0); in tegra124_utmi_param_configure()1050 reg |= UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(utmi_parameters[i]. in tegra124_utmi_param_configure()