Searched refs:SYS_RST (Results 1 – 8 of 8) sorted by relevance
100 outb(SYS_RST | RST_CPU, IO_PORT_RESET); in reset_cpu()107 outb(FULL_RST | SYS_RST | RST_CPU, IO_PORT_RESET); in x86_full_reset()
42 SYS_RST = 1 << 1, /* 0 for soft reset, 1 for hard reset */ enumerator
108 outb(SYS_RST | RST_CPU, IO_PORT_RESET); in cpu_set_flex_ratio_to_tdp_nominal()
122 #define SYS_RST 0x0504 /* System Reset */ macro250 tc358764_write(ctx, SYS_RST, SYS_RST_LCD); in tc358764_init()
33 #define SYS_RST (0x0 << 0) macro
43 #define SYS_RST (0) macro
71 fadt->reset_value = SYS_RST | RST_CPU; in acpi_create_fadt()
76 fadt->reset_value = SYS_RST | RST_CPU | FULL_RST; in acpi_create_fadt()