Home
last modified time | relevance | path

Searched refs:SYS_RST (Results 1 – 12 of 12) sorted by relevance

/u-boot/drivers/sysreset/
A Dsysreset_x86.c79 value = SYS_RST | RST_CPU; in x86_sysreset_request()
82 value = SYS_RST | RST_CPU | FULL_RST; in x86_sysreset_request()
117 value = SYS_RST | RST_CPU | FULL_RST; in efi_reset_system()
119 value = SYS_RST | RST_CPU; in efi_reset_system()
/u-boot/include/dt-bindings/reset/
A Dmt7620-reset.h33 #define SYS_RST 0 macro
/u-boot/arch/x86/include/asm/
A Dprocessor.h38 #define SYS_RST (1 << 1) /* 0 for soft reset, 1 for hard reset */ macro
/u-boot/arch/x86/lib/fsp1/
A Dfsp_common.c73 outb(SYS_RST | RST_CPU, IO_PORT_RESET); in arch_fsp_init()
/u-boot/arch/mips/mach-mtmips/mt7620/
A Dmt7620.h55 #define SYS_RST BIT(0) macro
A Dinit.c192 writel(SYS_RST, sysc + SYSCTL_RSTCTL_REG); in _machine_restart()
/u-boot/arch/x86/cpu/intel_common/
A Dcar2.S36 movb $(SYS_RST | RST_CPU), %al
A Dcpu.c116 outb(SYS_RST | RST_CPU, IO_PORT_RESET); in cpu_set_flex_ratio_to_tdp_nominal()
A Dacpi.c152 fadt->reset_value = RST_CPU | SYS_RST; in intel_acpi_fill_fadt()
/u-boot/arch/x86/cpu/quark/
A Dacpi.c71 fadt->reset_value = SYS_RST | RST_CPU | FULL_RST; in acpi_create_fadt()
/u-boot/arch/x86/cpu/baytrail/
A Dacpi.c76 fadt->reset_value = SYS_RST | RST_CPU | FULL_RST; in acpi_create_fadt()
/u-boot/arch/mips/dts/
A Dmt7620.dtsi50 resets = <&rstctrl SYS_RST>;

Completed in 10 milliseconds