Searched refs:IOMAPflag (Results 1 – 2 of 2) sorted by relevance
192 outb((0x16 | IOMAPflag) & ~ENABLE16flag, _CONFIG); in com90io_probe()261 lp->config = (0x16 | IOMAPflag) & ~ENABLE16flag; in com90io_found()270 outb((inb(_CONFIG) & ~IOMAPflag), _CONFIG); in com90io_found()304 lp->config = (0x1C | IOMAPflag) & ~ENABLE16flag; in com90io_reset()425 outb((inb(_CONFIG) & ~IOMAPflag), _CONFIG); in com90io_exit()
143 #define IOMAPflag 0x02 /* (for 90xx) Use IO mapped memory, not mmap */ macro