Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-omap2/omap5/
H A Dboot.c37 u32 sys_boot; in omap_sys_boot_device() local
40 sys_boot = readl((u32 *) (*ctrl)->control_status) & ((1 << 4) - 1); in omap_sys_boot_device()
42 if (sys_boot >= (sizeof(boot_devices) / sizeof(u32))) in omap_sys_boot_device()
45 return boot_devices[sys_boot]; in omap_sys_boot_device()
/rk3399_rockchip-uboot/arch/arm/mach-omap2/omap3/
H A Dboot.c49 u32 sys_boot; in omap_sys_boot_device() local
52 sys_boot = readl(&ctrl_base->status) & ((1 << 5) - 1); in omap_sys_boot_device()
54 if (sys_boot >= (sizeof(boot_devices) / sizeof(u32))) in omap_sys_boot_device()
57 return boot_devices[sys_boot]; in omap_sys_boot_device()
/rk3399_rockchip-uboot/arch/arm/mach-omap2/omap4/
H A Dboot.c52 u32 sys_boot; in omap_sys_boot_device() local
55 sys_boot = readl((u32 *) (*ctrl)->control_status) & ((1 << 5) - 1); in omap_sys_boot_device()
57 if (sys_boot >= (sizeof(boot_devices) / sizeof(u32))) in omap_sys_boot_device()
60 return boot_devices[sys_boot]; in omap_sys_boot_device()