Lines Matching refs:bootmode
44 u8 bootmode; in versal_get_bootmode() local
56 bootmode = reg & BOOT_MODES_MASK; in versal_get_bootmode()
58 return bootmode; in versal_get_bootmode()
63 u8 bootmode = versal_get_bootmode(); in versal_multi_boot() local
67 if (bootmode == JTAG_MODE) in versal_multi_boot()
159 u8 bootmode; in boot_targets_setup() local
168 bootmode = versal_get_bootmode(); in boot_targets_setup()
171 switch (bootmode) { in boot_targets_setup()
255 printf("Invalid Boot Mode:0x%x\n", bootmode); in boot_targets_setup()
346 u32 bootmode = versal_get_bootmode(); in env_get_location() local
351 switch (bootmode) { in env_get_location()
406 u32 bootmode = versal_get_bootmode(); in configure_capsule_updates() local
414 switch (bootmode) { in configure_capsule_updates()