Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/include/mach/
H A Dsoc.h124 #define BOOT_DEV_SEL_OFFS 3 macro
125 #define BOOT_DEV_SEL_MASK (0x3f << BOOT_DEV_SEL_OFFS)
138 #define BOOT_DEV_SEL_OFFS 4 macro
139 #define BOOT_DEV_SEL_MASK (0x3f << BOOT_DEV_SEL_OFFS)
159 #define BOOT_DEV_SEL_OFFS 5 macro
160 #define BOOT_DEV_SEL_MASK (0xf << BOOT_DEV_SEL_OFFS)
/OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/
H A Dspl.c36 boot_device = (val & BOOT_DEV_SEL_MASK) >> BOOT_DEV_SEL_OFFS; in get_boot_device()