Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hp/
Dhp100.c2968 static int hp100_port[HP100_DEVICES] = { 0, [1 ... (HP100_DEVICES-1)] = -1 }; variable
2969 module_param_hw_array(hp100_port, int, ioport, NULL, 0);
2980 if (hp100_port[0] == 0) in hp100_isa_init()
2984 for (i = 0; i < HP100_DEVICES && hp100_port[i] != -1; ++i) { in hp100_isa_init()
2993 err = hp100_isa_probe(dev, hp100_port[i]); in hp100_isa_init()