Searched refs:mc_boot_status (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/net/fsl-mc/
H A Dmc.c58 static int mc_boot_status = -1; variable
832 mc_boot_status = error;
834 mc_boot_status = 0;
869 return mc_boot_status;
1768 bool mc_boot_status = false; local
1778 mc_boot_status = true;
1781 if (bd && !mc_boot_status)
1792 if (bd && mc_boot_status && !is_dpl_apply_status) {
1797 if (bd && mc_boot_status && is_dpl_apply_status)

Completed in 46 milliseconds