Searched refs:ELCR_PORT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/x86/isa/
H A Delcr.c52 #define ELCR_PORT 0x4d0 macro
67 elcr_status = inb(ELCR_PORT) | inb(ELCR_PORT + 1) << 8;
123 outb(ELCR_PORT + 1, elcr_status >> 8);
125 outb(ELCR_PORT, elcr_status & 0xff);
133 outb(ELCR_PORT, elcr_status & 0xff);
134 outb(ELCR_PORT + 1, elcr_status >> 8);
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_lpc.c58 #define ELCR_PORT 0x4d0 macro
59 SYSRES_IO(ELCR_PORT, 2);

Completed in 109 milliseconds