Home
last modified time | relevance | path

Searched refs:RST_CPU (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/arch/x86/cpu/
Dcpu.c99 outb(SYS_RST | RST_CPU, IO_PORT_RESET); in reset_cpu()
106 outb(FULL_RST | SYS_RST | RST_CPU, IO_PORT_RESET); in x86_full_reset()
/external/u-boot/arch/x86/include/asm/
Dprocessor.h42 RST_CPU = 1 << 2, /* initiate reset */ enumerator
/external/u-boot/arch/x86/cpu/intel_common/
Dcpu.c107 outb(SYS_RST | RST_CPU, IO_PORT_RESET); in cpu_set_flex_ratio_to_tdp_nominal()
/external/u-boot/arch/x86/cpu/quark/
Dacpi.c70 fadt->reset_value = SYS_RST | RST_CPU; in acpi_create_fadt()
/external/u-boot/arch/x86/cpu/baytrail/
Dacpi.c75 fadt->reset_value = SYS_RST | RST_CPU | FULL_RST; in acpi_create_fadt()