Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dclock.h41 #define CLOCK_PLL_STABLE_DELAY_US 300 macro
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dclock.c160 return timer_get_us() + CLOCK_PLL_STABLE_DELAY_US; in clock_start_pll()