Lines Matching defs:ioaddr
122 static int sun3_82586_probe1(struct net_device *dev,int ioaddr);
284 unsigned long ioaddr;
302 ioaddr = (unsigned long)ioremap(IE_OBIO, SUN3_82586_TOTAL_SIZE);
303 if (!ioaddr)
311 dev->base_addr = ioaddr;
312 err = sun3_82586_probe1(dev, ioaddr);
321 release_region(ioaddr, SUN3_82586_TOTAL_SIZE);
325 iounmap((void __iomem *)ioaddr);
341 static int __init sun3_82586_probe1(struct net_device *dev,int ioaddr)
345 if (!request_region(ioaddr, SUN3_82586_TOTAL_SIZE, DRV_NAME))
396 release_region(ioaddr, SUN3_82586_TOTAL_SIZE);