Searched refs:SYSBOOT_MASK (Results 1 - 4 of 4) sorted by relevance

/u-boot/arch/arm/mach-omap2/am33xx/
H A Dsys_info.c58 return readl(&cstat->statusreg) & SYSBOOT_MASK;
/u-boot/arch/arm/mach-omap2/omap3/
H A Dsys_info.c207 return (readl(&ctrl_base->status) & SYSBOOT_MASK);
/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dcpu.h65 #define SYSBOOT_MASK (BIT(0) | BIT(1) | BIT(2)\ macro
/u-boot/arch/arm/include/asm/arch-omap3/
H A Dcpu.h63 #define SYSBOOT_MASK 0x1F macro

Completed in 89 milliseconds