Searched refs:CMOS_REG (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/i386/i386/
H A Dmp_machdep.c88 #define CMOS_REG (0x70) macro
102 #define CHECK_READ(A) (outb(CMOS_REG, (A)), inb(CMOS_DATA))
103 #define CHECK_WRITE(A,D) (outb(CMOS_REG, (A)), outb(CMOS_DATA, (D)))
327 outb(CMOS_REG, BIOS_RESET);
351 outb(CMOS_REG, BIOS_RESET);
378 outb(CMOS_REG, BIOS_RESET);
H A Dmpboot.s52 #define CMOS_REG (0x70) define
57 outb %al,$CMOS_REG ; \
/freebsd-11-stable/sys/x86/acpica/
H A Dacpi_wakeup.c148 #define CMOS_REG (0x70) macro
162 outb(CMOS_REG, BIOS_RESET);
168 outb(CMOS_REG, BIOS_RESET);
186 outb(CMOS_REG, BIOS_RESET);
/freebsd-11-stable/sys/amd64/amd64/
H A Dmp_machdep.c80 #define CMOS_REG (0x70) macro
363 outb(CMOS_REG, BIOS_RESET);
369 outb(CMOS_REG, BIOS_RESET);
406 outb(CMOS_REG, BIOS_RESET);

Completed in 69 milliseconds