Searched refs:ELCR_PORT (Results 1 – 2 of 2) sorted by relevance
52 #define ELCR_PORT 0x4d0 macro67 elcr_status = inb(ELCR_PORT) | inb(ELCR_PORT + 1) << 8; in elcr_probe()123 outb(ELCR_PORT + 1, elcr_status >> 8); in elcr_write_trigger()125 outb(ELCR_PORT, elcr_status & 0xff); in elcr_write_trigger()133 outb(ELCR_PORT, elcr_status & 0xff); in elcr_resume()134 outb(ELCR_PORT + 1, elcr_status >> 8); in elcr_resume()
60 #define ELCR_PORT 0x4d0 macro61 SYSRES_IO(ELCR_PORT, 2);