Home
last modified time | relevance | path

Searched refs:sys_boot (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Dboot.c36 u32 sys_boot; in omap_sys_boot_device() local
39 sys_boot = readl((u32 *) (*ctrl)->control_status) & ((1 << 4) - 1); in omap_sys_boot_device()
41 if (sys_boot >= (sizeof(boot_devices) / sizeof(u32))) in omap_sys_boot_device()
44 return boot_devices[sys_boot]; in omap_sys_boot_device()
/openbmc/u-boot/arch/arm/mach-omap2/omap3/
H A Dboot.c48 u32 sys_boot; in omap_sys_boot_device() local
51 sys_boot = readl(&ctrl_base->status) & ((1 << 5) - 1); in omap_sys_boot_device()
53 if (sys_boot >= (sizeof(boot_devices) / sizeof(u32))) in omap_sys_boot_device()
56 return boot_devices[sys_boot]; in omap_sys_boot_device()
/openbmc/u-boot/arch/arm/mach-omap2/omap4/
H A Dboot.c51 u32 sys_boot; in omap_sys_boot_device() local
54 sys_boot = readl((u32 *) (*ctrl)->control_status) & ((1 << 5) - 1); in omap_sys_boot_device()
56 if (sys_boot >= (sizeof(boot_devices) / sizeof(u32))) in omap_sys_boot_device()
59 return boot_devices[sys_boot]; in omap_sys_boot_device()