Lines Matching refs:hw_io
37 outb(reg >> 8, dev->hw_io + ENE_ADDR_HI);
38 outb(reg & 0xFF, dev->hw_io + ENE_ADDR_LO);
46 retval = inb(dev->hw_io + ENE_IO);
56 outb(value, dev->hw_io + ENE_IO);
64 outb(inb(dev->hw_io + ENE_IO) | mask, dev->hw_io + ENE_IO);
72 outb(inb(dev->hw_io + ENE_IO) & ~mask, dev->hw_io + ENE_IO);
1008 dev->hw_io = -1;
1020 dev->hw_io = pnp_port_start(pnp_dev, 0);
1080 if (!request_region(dev->hw_io, ENE_IO_SIZE, ENE_DRIVER_NAME)) {
1093 release_region(dev->hw_io, ENE_IO_SIZE);
1117 release_region(dev->hw_io, ENE_IO_SIZE);