Searched refs:IOADDR (Results 1 – 1 of 1) sorted by relevance
493 #define IOADDR 0xcb0 /* real constant */ macro501 outw(((a & 0xffff) | cmd), IOADDR); in PORT()502 outw(((a>>16) & 0xffff), IOADDR+2); in PORT()507 outb(0, IOADDR+4); in CA()513 outb(0, IOADDR+8); in CLEAR_INT()967 if (!request_region(IOADDR, LP486E_TOTAL_SIZE, DRV_NAME)) { in lp486e_probe()968 printk(KERN_ERR "lp486e: IO address 0x%x in use\n", IOADDR); in lp486e_probe()983 dev->base_addr = IOADDR; in lp486e_probe()1032 release_region(IOADDR, LP486E_TOTAL_SIZE); in lp486e_probe()1290 static int io = IOADDR;