Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/
Drocket.c1879 int num_aiops, aiop, max_num_aiops, num_chan, chan; in register_PCI() local
2132num_aiops = sPCIInitController(ctlp, i, aiopio, max_num_aiops, ConfigIO, 0, FREQ_DIS, 0, altChanRi… in register_PCI()
2138 i, rcktpt_io_addr[i], num_aiops, rocketModel[i].modelString, in register_PCI()
2142 if (num_aiops <= 0) { in register_PCI()
2149 for (aiop = 0; aiop < num_aiops; aiop++) { in register_PCI()
2200 int num_aiops, num_chan = 0, total_num_chan = 0; in init_ISA() local
2253num_aiops = sInitController(ctlp, i, controller + (i * 0x400), aiopio, MAX_AIOPS_PER_BOARD, 0, FR… in init_ISA()
2261 if (num_aiops <= 0) { in init_ISA()
2269 for (aiop = 0; aiop < num_aiops; aiop++) { in init_ISA()
2295 i, rcktpt_io_addr[i], num_aiops, type_string); in init_ISA()