Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds