Searched refs:hp100_port (Results 1 – 1 of 1) sorted by relevance
2978 static int hp100_port[HP100_DEVICES] = { 0, [1 ... (HP100_DEVICES-1)] = -1 }; variable2979 module_param_array(hp100_port, int, NULL, 0);2990 if (hp100_port[0] == 0) in hp100_isa_init()2994 for (i = 0; i < HP100_DEVICES && hp100_port[i] != -1; ++i) { in hp100_isa_init()3003 err = hp100_isa_probe(dev, hp100_port[i]); in hp100_isa_init()