Home
last modified time | relevance | path

Searched refs:reset_cpu (Results 1 – 25 of 124) sorted by relevance

12345

/external/u-boot/arch/arm/mach-tegra/
Dlowlevel_init.S14 ENTRY(reset_cpu)
24 ENDPROC(reset_cpu)
27 ENTRY(reset_cpu)
38 ENDPROC(reset_cpu)
/external/u-boot/arch/arm/mach-bcm283x/
Dreset.c35 void __efi_runtime reset_cpu(ulong ticks) in reset_cpu() function
65 reset_cpu(0); in efi_reset_system()
76 reset_cpu(0); in efi_reset_system()
/external/u-boot/arch/arc/lib/
Dreset.c9 __weak void reset_cpu(ulong addr) in reset_cpu() function
19 reset_cpu(0); in do_reset()
/external/u-boot/drivers/watchdog/
Dbcm2835_wdt.c18 extern void reset_cpu(ulong ticks);
23 reset_cpu(SECS_TO_WDOG_TICKS(MAX_TIMEOUT)); in hw_watchdog_reset()
/external/u-boot/arch/arm/mach-versatile/
Dreset.S17 .globl reset_cpu symbol
18 reset_cpu: label
/external/u-boot/arch/arm/mach-s5pc1xx/
Dreset.S13 ENTRY(reset_cpu)
31 ENDPROC(reset_cpu)
/external/u-boot/arch/arm/cpu/armv7/kona-common/
Dreset.S6 .globl reset_cpu symbol
7 reset_cpu: label
/external/u-boot/board/armltd/integrator/
Dlowlevel_init.S12 .global reset_cpu symbol
13 reset_cpu: label
94 b reset_cpu
/external/u-boot/arch/x86/cpu/
Dcpu.c85 reset_cpu(0); in do_reset()
96 __weak void reset_cpu(ulong addr) in reset_cpu() function
/external/u-boot/arch/arm/cpu/arm926ejs/mxs/
Dmxs.c28 void reset_cpu(ulong ignored) __attribute__((noreturn));
30 void reset_cpu(ulong ignored) in reset_cpu() function
/external/u-boot/arch/arm/cpu/pxa/
Dpxa2xx.c270 void __attribute__((weak)) reset_cpu(ulong ignored) __attribute__((noreturn));
272 void reset_cpu(ulong ignored) in reset_cpu() function
/external/u-boot/arch/sh/cpu/sh3/
Dwatchdog.c19 void reset_cpu(unsigned long ignored) in reset_cpu() function
/external/u-boot/arch/sh/cpu/sh2/
Dwatchdog.c16 void reset_cpu(unsigned long ignored) in reset_cpu() function
/external/u-boot/arch/arm/cpu/armv7/bcmnsp/
Dreset.c11 void reset_cpu(ulong ignored) in reset_cpu() function
/external/u-boot/arch/arm/cpu/armv7/bcmcygnus/
Dreset.c12 void reset_cpu(ulong ignored) in reset_cpu() function
/external/u-boot/arch/arm/cpu/armv7/stv0991/
Dreset.c10 void reset_cpu(ulong ignored) in reset_cpu() function
/external/u-boot/arch/x86/cpu/tangier/
Dtangier.c28 void reset_cpu(ulong addr) in reset_cpu() function
/external/u-boot/arch/x86/cpu/braswell/
Dbraswell.c31 void reset_cpu(ulong addr) in reset_cpu() function
/external/u-boot/board/abilis/tb100/
Dtb100.c10 void reset_cpu(ulong addr) in reset_cpu() function
/external/u-boot/arch/arm/mach-exynos/
Dsoc.c21 void reset_cpu(ulong addr) in reset_cpu() function
/external/u-boot/arch/arm/lib/
Dreset.c38 reset_cpu(0); in do_reset()
/external/u-boot/arch/arm/mach-omap2/
Dreset.c16 void __weak reset_cpu(unsigned long ignored) in reset_cpu() function
/external/u-boot/arch/arm/mach-at91/armv7/
Dreset.c17 void reset_cpu(ulong ignored) in reset_cpu() function
/external/u-boot/arch/arm/mach-at91/arm926ejs/
Dreset.c14 void reset_cpu(ulong ignored) in reset_cpu() function
/external/u-boot/arch/arm/cpu/arm926ejs/spear/
Dreset.c12 void reset_cpu(ulong ignored) in reset_cpu() function

12345