Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/
H A Dsoc.h129 #define BOOT_DEV_SEL_OFFS 3 macro
130 #define BOOT_DEV_SEL_MASK (0x3f << BOOT_DEV_SEL_OFFS)
143 #define BOOT_DEV_SEL_OFFS 4 macro
144 #define BOOT_DEV_SEL_MASK (0x3f << BOOT_DEV_SEL_OFFS)
166 #define BOOT_DEV_SEL_OFFS 5 macro
167 #define BOOT_DEV_SEL_MASK (0xf << BOOT_DEV_SEL_OFFS)
/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()