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

/freebsd-13-stable/sys/x86/acpica/
H A Dacpi_wakeup.c155 #define CMOS_REG (0x70) macro
169 outb(CMOS_REG, BIOS_RESET);
175 outb(CMOS_REG, BIOS_RESET);
203 outb(CMOS_REG, BIOS_RESET);
/freebsd-13-stable/sys/i386/i386/
H A Dmp_machdep.c97 #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);
347 outb(CMOS_REG, BIOS_RESET);
377 outb(CMOS_REG, BIOS_RESET);
H A Dmpboot.s50 #define CMOS_REG (0x70) define
55 outb %al,$CMOS_REG ; \
/freebsd-13-stable/sys/amd64/amd64/
H A Dmp_machdep.c92 #define CMOS_REG (0x70) macro
454 outb(CMOS_REG, BIOS_RESET);
460 outb(CMOS_REG, BIOS_RESET);
512 outb(CMOS_REG, BIOS_RESET);

Completed in 62 milliseconds