Home
last modified time | relevance | path

Searched refs:PLLE_MISC_LOCK (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/mach-tegra/tegra20/
H A Dclock.c639 #define PLLE_MISC_LOCK (1 << 11) macro
721 if (value & PLLE_MISC_LOCK) in tegra_plle_enable()
/openbmc/u-boot/arch/arm/mach-tegra/tegra30/
H A Dclock.c668 #define PLLE_MISC_LOCK (1 << 11) macro
767 if (value & PLLE_MISC_LOCK) in tegra_plle_enable()
/openbmc/u-boot/arch/arm/mach-tegra/tegra210/
H A Dclock.c1137 #define PLLE_MISC_LOCK (1 << 11) macro
1208 if (value & PLLE_MISC_LOCK) in tegra_plle_enable()
1211 if (!(value & PLLE_MISC_LOCK)) { in tegra_plle_enable()