Searched refs:SYS_RST (Results 1 – 12 of 12) sorted by relevance
79 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()
33 #define SYS_RST 0 macro
38 #define SYS_RST (1 << 1) /* 0 for soft reset, 1 for hard reset */ macro
73 outb(SYS_RST | RST_CPU, IO_PORT_RESET); in arch_fsp_init()
55 #define SYS_RST BIT(0) macro
192 writel(SYS_RST, sysc + SYSCTL_RSTCTL_REG); in _machine_restart()
36 movb $(SYS_RST | RST_CPU), %al
116 outb(SYS_RST | RST_CPU, IO_PORT_RESET); in cpu_set_flex_ratio_to_tdp_nominal()
152 fadt->reset_value = RST_CPU | SYS_RST; in intel_acpi_fill_fadt()
71 fadt->reset_value = SYS_RST | RST_CPU | FULL_RST; in acpi_create_fadt()
76 fadt->reset_value = SYS_RST | RST_CPU | FULL_RST; in acpi_create_fadt()
50 resets = <&rstctrl SYS_RST>;
Completed in 19 milliseconds