Searched refs:ni5010_probe1 (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dni5010.c99 static int ni5010_probe1(struct net_device *dev, int ioaddr);
141 err = ni5010_probe1(dev, io);
146 for (io=0x200; io<0x400 && ni5010_probe1(dev, io) ; io+=0x20)
152 for (port = ports; *port && ni5010_probe1(dev, *port); port++)
202 static int __init ni5010_probe1(struct net_device *dev, int ioaddr) function
231 PRINTK2((KERN_DEBUG "%s: entering ni5010_probe1(%#3x)\n",

Completed in 39 milliseconds