Searched refs:CMOS_REG (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/i386/i386/ |
| H A D | mp_machdep.c | 97 #define CMOS_REG (0x70) macro 111 #define CHECK_READ(A) (outb(CMOS_REG, (A)), inb(CMOS_DATA)) 112 #define CHECK_WRITE(A,D) (outb(CMOS_REG, (A)), outb(CMOS_DATA, (D))) 331 outb(CMOS_REG, BIOS_RESET); in start_all_aps() 347 outb(CMOS_REG, BIOS_RESET); in start_all_aps() 377 outb(CMOS_REG, BIOS_RESET); in start_all_aps()
|
| H A D | mpboot.s | 50 #define CMOS_REG (0x70) macro 55 outb %al,$CMOS_REG ; \
|
| /f-stack/freebsd/x86/acpica/ |
| H A D | acpi_wakeup.c | 155 #define CMOS_REG (0x70) macro 169 outb(CMOS_REG, BIOS_RESET); in acpi_wakeup_cpus() 175 outb(CMOS_REG, BIOS_RESET); in acpi_wakeup_cpus() 203 outb(CMOS_REG, BIOS_RESET); in acpi_wakeup_cpus()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | mp_machdep.c | 92 #define CMOS_REG (0x70) macro 454 outb(CMOS_REG, BIOS_RESET); in native_start_all_aps() 460 outb(CMOS_REG, BIOS_RESET); in native_start_all_aps() 512 outb(CMOS_REG, BIOS_RESET); in native_start_all_aps()
|