Searched refs:CMOS_REG (Results 1 – 4 of 4) 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))) 381 outb(CMOS_REG, BIOS_RESET); in start_all_aps() 397 outb(CMOS_REG, BIOS_RESET); in start_all_aps() 427 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/amd64/ |
H A D | mp_machdep.c | 87 #define CMOS_REG (0x70) macro 396 outb(CMOS_REG, BIOS_RESET); in start_all_aps() 404 outb(CMOS_REG, BIOS_RESET); in start_all_aps() 449 outb(CMOS_REG, BIOS_RESET); in start_all_aps()
|