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

  /external/u-boot/arch/arm/include/asm/arch-sunxi/
sys_proto.h 15 /* return_to_fel() - Return to BROM from SPL
23 void return_to_fel(uint32_t lr, uint32_t sp);
  /external/u-boot/arch/arm/cpu/armv7/sunxi/
fel_utils.S 28 ENTRY(return_to_fel) function
41 ENDPROC(return_to_fel)
  /external/u-boot/arch/arm/mach-sunxi/
board.c 146 return_to_fel(fel_stash.sp, fel_stash.lr);

Completed in 85 milliseconds