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

  /external/u-boot/include/fsl-mc/
fsl_mc.h 55 int get_dpl_apply_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/board/freescale/ls1088a/
ls1088a.c 517 if ((get_mc_boot_status() == 0) && (get_dpl_apply_status() == 0))
  /external/u-boot/drivers/net/fsl-mc/
mc.c 797 int get_dpl_apply_status(void) function
    [all...]
  /external/u-boot/drivers/net/ldpaa_eth/
ldpaa_eth.c 400 if (get_dpl_apply_status() == 0) {

Completed in 1097 milliseconds