HomeSort by relevance Sort by last modified time
    Searched refs:get_boot_device (Results 1 - 9 of 9) sorted by null

  /external/u-boot/arch/arm/include/asm/arch-mx7/
sys_proto.h 11 enum boot_device get_boot_device(void);
  /external/u-boot/arch/arm/include/asm/arch-mx8m/
sys_proto.h 15 enum boot_device get_boot_device(void);
  /external/u-boot/arch/arm/mach-mvebu/
spl.c 15 static u32 get_boot_device(void) function
69 return get_boot_device();
131 switch (get_boot_device()) {
  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_boot_device.c 109 unsigned int (*get_boot_device)(uint32_t pinmon); member in struct:uniphier_boot_device_info
115 .get_boot_device = uniphier_ld11_get_boot_device,
119 .get_boot_device = uniphier_ld11_get_boot_device,
123 .get_boot_device = uniphier_pxs3_get_boot_device,
143 return info->get_boot_device(pinmon);
  /external/u-boot/include/
avb_verify.h 83 static inline int get_boot_device(AvbOps *ops) function
  /external/u-boot/arch/arm/mach-imx/
spl.c 126 enum boot_device boot_device_spl = get_boot_device();
cpu.c 413 enum boot_device get_boot_device(void) function
  /external/u-boot/arch/arm/mach-imx/mx8m/
soc.c 172 return get_boot_device() == USB_BOOT;
  /external/u-boot/common/
avb_verify.c 346 dev_num = get_boot_device(ops);

Completed in 5028 milliseconds