Searched refs:ni5010_probe1 (Results 1 – 1 of 1) sorted by relevance
97 static int ni5010_probe1(struct net_device *dev, int ioaddr);136 err = ni5010_probe1(dev, io); in ni5010_probe()141 for (io=0x200; io<0x400 && ni5010_probe1(dev, io) ; io+=0x20) in ni5010_probe()147 for (port = ports; *port && ni5010_probe1(dev, *port); port++) in ni5010_probe()208 static int __init ni5010_probe1(struct net_device *dev, int ioaddr) in ni5010_probe1() function