Searched refs:RST_CPU (Results 1 – 7 of 7) 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()
68 __raw_writel(__raw_readl(LS1X_CLK_PLL_DIV) | RST_CPU_EN | RST_CPU, in ls1x_cpufreq_target()70 __raw_writel(__raw_readl(LS1X_CLK_PLL_DIV) & ~(RST_CPU_EN | RST_CPU), in ls1x_cpufreq_target()
43 RST_CPU = 1 << 2, /* initiate reset */ enumerator
30 #define RST_CPU BIT(0) macro
108 outb(SYS_RST | RST_CPU, IO_PORT_RESET); in cpu_set_flex_ratio_to_tdp_nominal()
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()