Searched refs:CMOS_REG (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/i386/acpica/ |
| H A D | acpi_wakeup.c | 139 #define CMOS_REG (0x70) macro 153 outb(CMOS_REG, BIOS_RESET); in acpi_wakeup_cpus() 159 outb(CMOS_REG, BIOS_RESET); in acpi_wakeup_cpus() 185 outb(CMOS_REG, BIOS_RESET); in acpi_wakeup_cpus()
|
| /freebsd/sys/i386/i386/ |
| H A D | mp_machdep.c | 92 #define CMOS_REG (0x70) macro 106 #define CHECK_READ(A) (outb(CMOS_REG, (A)), inb(CMOS_DATA)) 107 #define CHECK_WRITE(A,D) (outb(CMOS_REG, (A)), outb(CMOS_DATA, (D))) 379 outb(CMOS_REG, BIOS_RESET); in start_all_aps() 395 outb(CMOS_REG, BIOS_RESET); in start_all_aps() 425 outb(CMOS_REG, BIOS_RESET); in start_all_aps()
|
| H A D | mpboot.S | 48 #define CMOS_REG (0x70) macro 53 outb %al,$CMOS_REG ; \
|
| /freebsd/sys/amd64/acpica/ |
| H A D | acpi_wakeup.c | 126 #define CMOS_REG (0x70) macro 141 outb(CMOS_REG, BIOS_RESET); in acpi_wakeup_cpus() 147 outb(CMOS_REG, BIOS_RESET); in acpi_wakeup_cpus() 167 outb(CMOS_REG, BIOS_RESET); in acpi_wakeup_cpus()
|
| /freebsd/sys/amd64/amd64/ |
| H A D | mp_machdep.c | 87 #define CMOS_REG (0x70) macro 408 outb(CMOS_REG, BIOS_RESET); in start_all_aps() 416 outb(CMOS_REG, BIOS_RESET); in start_all_aps() 461 outb(CMOS_REG, BIOS_RESET); in start_all_aps()
|