Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/isa/
H A Delcr.c54 #define ELCR_PORT 0x4d0 macro
69 elcr_status = inb(ELCR_PORT) | inb(ELCR_PORT + 1) << 8; in elcr_probe()
125 outb(ELCR_PORT + 1, elcr_status >> 8); in elcr_write_trigger()
127 outb(ELCR_PORT, elcr_status & 0xff); in elcr_write_trigger()
135 outb(ELCR_PORT, elcr_status & 0xff); in elcr_resume()
136 outb(ELCR_PORT + 1, elcr_status >> 8); in elcr_resume()