Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/
Drocket.c1888 int num_aiops, aiop, max_num_aiops, chan; in register_PCI() local
2141num_aiops = sPCIInitController(ctlp, i, aiopio, max_num_aiops, ConfigIO, 0, FREQ_DIS, 0, altChanRi… in register_PCI()
2147 i, rcktpt_io_addr[i], num_aiops, rocketModel[i].modelString, in register_PCI()
2151 if (num_aiops <= 0) { in register_PCI()
2158 for (aiop = 0; aiop < num_aiops; aiop++) { in register_PCI()
2207 int num_aiops, num_chan = 0, total_num_chan = 0; in init_ISA() local
2260num_aiops = sInitController(ctlp, i, controller + (i * 0x400), aiopio, MAX_AIOPS_PER_BOARD, 0, FR… in init_ISA()
2268 if (num_aiops <= 0) { in init_ISA()
2276 for (aiop = 0; aiop < num_aiops; aiop++) { in init_ISA()
2302 i, rcktpt_io_addr[i], num_aiops, type_string); in init_ISA()