Home
last modified time | relevance | path

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

/external/u-boot/include/fsl-mc/
Dfsl_mc.h55 int get_dpl_apply_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/board/freescale/ls2080aqds/
Dls2080aqds.c297 if ((get_mc_boot_status() == 0) && (get_dpl_apply_status() == 0)) in fdt_fixup_board_enet()
/external/u-boot/drivers/net/fsl-mc/
Dmc.c797 int get_dpl_apply_status(void) in get_dpl_apply_status() function
1431 if (!get_dpl_apply_status()) in fsl_mc_ldpaa_exit()
1545 if (get_dpl_apply_status() == 0) { in do_fsl_mc()
/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.c400 if (get_dpl_apply_status() == 0) { in ldpaa_eth_open()