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

  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_boot_device.c 72 unsigned int boot_sel = (pinmon >> 1) & 0x1f; local
74 assert(boot_sel < ARRAY_SIZE(uniphier_ld11_boot_device_table));
76 return uniphier_ld11_boot_device_table[boot_sel];
100 unsigned int boot_sel = (pinmon >> 1) & 0xf; local
102 assert(boot_sel < ARRAY_SIZE(uniphier_pxs3_boot_device_table));
104 return uniphier_pxs3_boot_device_table[boot_sel];
  /external/u-boot/arch/arm/mach-uniphier/boot-device/
boot-device.c 127 unsigned int boot_sel; local
137 boot_sel = pinmon >> info->boot_device_sel_shift;
140 boot_sel &= *info->boot_device_count - 1;
142 return info->boot_device_table[boot_sel].boot_device;
199 unsigned int boot_device_count, boot_sel; local
222 boot_sel = pinmon >> info->boot_device_sel_shift;
223 boot_sel &= boot_device_count - 1;
227 printf(" %c %02x %s\n", i == boot_sel ? '*' : ' ', i,

Completed in 197 milliseconds