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

  /external/u-boot/arch/arm/mach-uniphier/boot-device/
boot-device-ld11.c 14 const struct uniphier_boot_device uniphier_ld11_boot_device_table[] = { variable in typeref:struct:uniphier_boot_device
50 ARRAY_SIZE(uniphier_ld11_boot_device_table);
boot-device.h 18 extern const struct uniphier_boot_device uniphier_ld11_boot_device_table[];
boot-device.c 91 .boot_device_table = uniphier_ld11_boot_device_table,
102 .boot_device_table = uniphier_ld11_boot_device_table,
  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_boot_device.c 35 static const unsigned int uniphier_ld11_boot_device_table[] = { variable
74 assert(boot_sel < ARRAY_SIZE(uniphier_ld11_boot_device_table));
76 return uniphier_ld11_boot_device_table[boot_sel];

Completed in 120 milliseconds