Home
last modified time | relevance | path

Searched refs:boot_sel (Results 1 – 1 of 1) sorted by relevance

/external/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_boot_device.c80 unsigned int boot_sel = (pinmon >> 1) & 0x1f; in uniphier_ld11_get_boot_device() local
82 assert(boot_sel < ARRAY_SIZE(uniphier_ld11_boot_device_table)); in uniphier_ld11_get_boot_device()
84 return uniphier_ld11_boot_device_table[boot_sel]; in uniphier_ld11_get_boot_device()
108 unsigned int boot_sel = (pinmon >> 1) & 0xf; in uniphier_pxs3_get_boot_device() local
110 assert(boot_sel < ARRAY_SIZE(uniphier_pxs3_boot_device_table)); in uniphier_pxs3_get_boot_device()
112 return uniphier_pxs3_boot_device_table[boot_sel]; in uniphier_pxs3_get_boot_device()