Searched refs:get_boot_device (Results 1 – 15 of 15) sorted by relevance
19 static u32 get_boot_device(void) in get_boot_device() function79 return get_boot_device(); in spl_boot_device()153 switch (get_boot_device()) { in board_init_f()
11 enum boot_device get_boot_device(void);
20 enum boot_device get_boot_device(void);
28 switch (get_boot_device()) { in board_late_init()
15 enum boot_device get_boot_device(void);
42 switch (get_boot_device()) { in board_late_init()
26 enum boot_device get_boot_device(void);
141 enum boot_device boot_device_spl = get_boot_device(); in spl_boot_device()207 switch (get_boot_device()) { in spl_mmc_boot_mode()
442 enum boot_device get_boot_device(void) in get_boot_device() function
59 if (get_boot_device() == USB_BOOT) { in ft_board_setup()
88 static inline int get_boot_device(AvbOps *ops) in get_boot_device() function
501 enum boot_device get_boot_device(void) in get_boot_device() function548 return get_boot_device() == USB_BOOT; in is_usb_boot()808 if (get_boot_device() == USB_BOOT) { in ft_system_setup()1079 enum boot_device dev = get_boot_device(); in env_get_location()1119 enum boot_device dev = get_boot_device(); in env_get_offset()
341 enum boot_device get_boot_device(void) in get_boot_device() function
94 enum boot_device bt_dev = get_boot_device(); in print_bootinfo()136 enum boot_device get_boot_device(void) in get_boot_device() function
349 dev_num = get_boot_device(ops); in get_partition()
Completed in 23 milliseconds