Searched refs:get_boot_device (Results 1 – 20 of 20) sorted by relevance
42 switch (get_boot_device()) { in board_late_init()
59 if (get_boot_device() == USB_BOOT) { in ft_board_setup()
178 enum boot_device boot_device_spl = get_boot_device(); in spl_boot_device()204 switch (get_boot_device()) { in spl_mmc_boot_mode()
35 enum boot_device get_boot_device(void) in get_boot_device() function
446 enum boot_device get_boot_device(void) in get_boot_device() function
88 static inline int get_boot_device(AvbOps *ops) in get_boot_device() function
244 u32 boot_device = get_boot_device(); in spl_boot_device()354 get_boot_device() != BOOT_DEVICE_UART) in board_init_f()
66 u32 get_boot_device(void) in get_boot_device() function
140 enum boot_device boot_dev = get_boot_device(); in env_get_location()
150 int boot_device = get_boot_device(); in dmo_setup_boot_device()
161 u32 get_boot_device(void);
112 enum boot_device bt_dev = get_boot_device(); in print_bootinfo()154 enum boot_device get_boot_device(void) in get_boot_device() function
379 enum boot_device get_boot_device(void) in get_boot_device() function
39 return get_boot_device() == USB_BOOT; in is_usb_boot()872 enum boot_device dev = get_boot_device(); in env_get_location()
712 return get_boot_device() == USB_BOOT; in is_usb_boot()1255 if (get_boot_device() == USB_BOOT) { in ft_system_setup()1472 enum boot_device dev = get_boot_device(); in arch_env_get_location()
706 if (get_boot_device() == BOOT_DEVICE_UART) { in spl_board_init()955 if (get_boot_device() != BOOT_DEVICE_UART) in board_late_init()
275 enum boot_device get_boot_device(void);
602 enum boot_device dev = get_boot_device(); in env_get_location()
349 dev_num = get_boot_device(ops); in get_partition()
Completed in 44 milliseconds