Searched refs:bsel (Results 1 – 6 of 6) sorted by relevance
12 struct bsel { struct17 extern struct bsel bsel_str[]; argument
90 #define SYSMGR_GET_BOOTINFO_BSEL(bsel) \ argument91 (((bsel) >> SYSMGR_BOOTINFO_BSEL_SHIFT) & 7)
45 const u32 bsel = readl(&sysmgr_regs->bootinfo); in spl_boot_device() local47 switch (SYSMGR_GET_BOOTINFO_BSEL(bsel)) { in spl_boot_device()64 printf("Invalid boot device (bsel=%08x)!\n", bsel); in spl_boot_device()
206 const u32 bsel = in print_cpuinfo() local212 printf("BOOT: %s\n", bsel_str[bsel].name); in print_cpuinfo()220 const u32 bsel = readl(&sysmgr_regs->bootinfo) & 0x7; in arch_misc_init() local222 env_set("bootmode", bsel_str[bsel].mode); in arch_misc_init()
244 const u32 bsel = in print_cpuinfo() local249 printf("BOOT: %s\n", bsel_str[bsel].name); in print_cpuinfo()
29 struct bsel bsel_str[] = {