Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/arm/mach-tegra/tegra20/
Dclock.c639 #define PLLE_MISC_LOCK (1 << 11) macro
721 if (value & PLLE_MISC_LOCK) in tegra_plle_enable()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-tegra/tegra30/
Dclock.c668 #define PLLE_MISC_LOCK (1 << 11) macro
767 if (value & PLLE_MISC_LOCK) in tegra_plle_enable()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-tegra/tegra210/
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()