HomeSort by relevance Sort by last modified time
    Searched refs:get_mc_boot_status (Results 1 - 7 of 7) sorted by null

  /external/u-boot/include/fsl-mc/
fsl_mc.h 54 int get_mc_boot_status(void);
  /external/u-boot/board/freescale/ls2080a/
ls2080a.c 92 if ((get_mc_boot_status() == 0) && (get_dpl_apply_status() == 0))
  /external/u-boot/board/freescale/ls2080aqds/
ls2080aqds.c 297 if ((get_mc_boot_status() == 0) && (get_dpl_apply_status() == 0))
  /external/u-boot/board/freescale/ls2080ardb/
ls2080ardb.c 333 if ((get_mc_boot_status() == 0) && (get_dpl_apply_status() == 0))
  /external/u-boot/drivers/net/fsl-mc/
mc.c 785 int get_mc_boot_status(void) function
    [all...]
  /external/u-boot/board/freescale/ls1088a/
ls1088a.c 517 if ((get_mc_boot_status() == 0) && (get_dpl_apply_status() == 0))
  /external/u-boot/drivers/net/ldpaa_eth/
ldpaa_eth.c 395 if (get_mc_boot_status() != 0) {

Completed in 284 milliseconds