Searched refs:IO_PORT_RESET (Results 1 - 8 of 8) sorted by relevance

/u-boot/arch/x86/include/asm/
H A Dprocessor.h36 #define IO_PORT_RESET 0xcf9 macro
/u-boot/drivers/sysreset/
H A Dsysreset_x86.c93 outb(value, IO_PORT_RESET);
120 outb(value, IO_PORT_RESET);
/u-boot/arch/x86/lib/fsp1/
H A Dfsp_common.c73 outb(SYS_RST | RST_CPU, IO_PORT_RESET);
/u-boot/arch/x86/cpu/intel_common/
H A Dcpu.c113 outb(0x0, IO_PORT_RESET);
114 outb(SYS_RST | RST_CPU, IO_PORT_RESET);
H A Dcar2.S35 movw $IO_PORT_RESET, %dx
H A Dacpi.c154 fadt->reset_reg.addrl = IO_PORT_RESET;
/u-boot/arch/x86/cpu/baytrail/
H A Dacpi.c77 fadt->reset_reg.addrl = IO_PORT_RESET;
/u-boot/arch/x86/cpu/quark/
H A Dacpi.c72 fadt->reset_reg.addrl = IO_PORT_RESET;

Completed in 90 milliseconds