Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-stm32mp/
Dcpu.c177 if ((boot_mode & TAMP_BOOT_DEVICE_MASK) == BOOT_SERIAL_UART) in arch_cpu_init()
254 switch (boot_mode & TAMP_BOOT_DEVICE_MASK) { in setup_boot_mode()
/external/u-boot/arch/arm/mach-stm32mp/include/mach/
Dstm32.h96 #define TAMP_BOOT_DEVICE_MASK GENMASK(7, 4) macro