Lines Matching defs:ioport
63 #include <linux/ioport.h>
1586 cs89x0_ioport_probe(struct net_device *dev, unsigned long ioport, int modular)
1595 dev->base_addr = ioport;
1597 if (!request_region(ioport, NETCARD_IO_EXTENT, DRV_NAME)) {
1602 io_mem = ioport_map(ioport & ~3, NETCARD_IO_EXTENT);
1613 if (ioport & 1) {
1614 cs89_dbg(1, info, "%s: odd ioaddr 0x%lx\n", dev->name, ioport);
1615 if ((ioport & 2) != 2) {
1632 release_region(ioport, NETCARD_IO_EXTENT);
1706 module_param_hw(io, int, ioport, 0);