Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/
H A Dsoc.h130 #define BOOT_DEV_SEL_MASK (0x3f << BOOT_DEV_SEL_OFFS) macro
144 #define BOOT_DEV_SEL_MASK (0x3f << BOOT_DEV_SEL_OFFS) macro
167 #define BOOT_DEV_SEL_MASK (0xf << BOOT_DEV_SEL_OFFS) macro
/openbmc/u-boot/arch/arm/mach-mvebu/
H A Dspl.c45 boot_device = (val & BOOT_DEV_SEL_MASK) >> BOOT_DEV_SEL_OFFS; in get_boot_device()