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

/freebsd-10.2-release/sys/x86/isa/
H A Delcr.c53 #define ELCR_PORT 0x4d0 macro
68 elcr_status = inb(ELCR_PORT) | inb(ELCR_PORT + 1) << 8;
124 outb(ELCR_PORT + 1, elcr_status >> 8);
126 outb(ELCR_PORT, elcr_status & 0xff);
134 outb(ELCR_PORT, elcr_status & 0xff);
135 outb(ELCR_PORT + 1, elcr_status >> 8);
/freebsd-10.2-release/usr.sbin/bhyve/
H A Dpci_lpc.c55 #define ELCR_PORT 0x4d0 macro
56 SYSRES_IO(ELCR_PORT, 2);

Completed in 42 milliseconds