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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dni5010.c97 static int ni5010_probe1(struct net_device *dev, int ioaddr);
136 err = ni5010_probe1(dev, io);
141 for (io=0x200; io<0x400 && ni5010_probe1(dev, io) ; io+=0x20)
147 for (port = ports; *port && ni5010_probe1(dev, *port); port++)
208 static int __init ni5010_probe1(struct net_device *dev, int ioaddr) function
237 PRINTK2((KERN_DEBUG "%s: entering ni5010_probe1(%#3x)\n",

Completed in 63 milliseconds