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

/drivers/net/ethernet/hp/
H A Dhp100.c2968 * option hp100 hp100_port=0,0,0
2970 * option hp100 hp100_port=0x280
2975 static int hp100_port[HP100_DEVICES] = { 0, [1 ... (HP100_DEVICES-1)] = -1 }; variable
2976 module_param_array(hp100_port, int, NULL, 0);
2987 if (hp100_port[0] == 0)
2991 for (i = 0; i < HP100_DEVICES && hp100_port[i] != -1; ++i) {
3000 err = hp100_isa_probe(dev, hp100_port[i]);

Completed in 35 milliseconds