Home
last modified time | relevance | path

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

/u-boot/drivers/net/fsl-mc/
A Dmc.c44 static int mc_boot_status = -1; variable
872 mc_boot_status = error; in mc_init()
874 mc_boot_status = 0; in mc_init()
909 return mc_boot_status; in get_mc_boot_status()
1715 bool mc_boot_status = false; in fsl_mc_ldpaa_exit() local
1725 mc_boot_status = true; in fsl_mc_ldpaa_exit()
1728 if (bd && !mc_boot_status) in fsl_mc_ldpaa_exit()
1739 if (bd && mc_boot_status && !is_dpl_apply_status) { in fsl_mc_ldpaa_exit()
1744 if (bd && mc_boot_status && is_dpl_apply_status) in fsl_mc_ldpaa_exit()

Completed in 4 milliseconds