Home
last modified time | relevance | path

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

/external/u-boot/include/fsl-mc/
Dfsl_mc.h54 int get_mc_boot_status(void);
/external/u-boot/board/freescale/ls2080a/
Dls2080a.c92 if ((get_mc_boot_status() == 0) && (get_dpl_apply_status() == 0)) in fdt_fixup_board_enet()
/external/u-boot/drivers/net/fsl-mc/
Dmc.c785 int get_mc_boot_status(void) in get_mc_boot_status() function
1423 if (!get_mc_boot_status()) in fsl_mc_ldpaa_exit()
1497 if (get_mc_boot_status() == 0) { in do_fsl_mc()
1553 if (get_mc_boot_status() != 0) { in do_fsl_mc()
/external/u-boot/board/freescale/ls2080aqds/
Dls2080aqds.c297 if ((get_mc_boot_status() == 0) && (get_dpl_apply_status() == 0)) in fdt_fixup_board_enet()
/external/u-boot/board/freescale/ls2080ardb/
Dls2080ardb.c333 if ((get_mc_boot_status() == 0) && (get_dpl_apply_status() == 0)) in fdt_fixup_board_enet()
/external/u-boot/board/freescale/ls1088a/
Dls1088a.c517 if ((get_mc_boot_status() == 0) && (get_dpl_apply_status() == 0)) in fdt_fixup_board_enet()
/external/u-boot/drivers/net/ldpaa_eth/
Dldpaa_eth.c395 if (get_mc_boot_status() != 0) { in ldpaa_eth_open()