Searched refs:num_aiops (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/tty/ |
D | rocket.c | 1873 int num_aiops, aiop, max_num_aiops, num_chan, chan; in register_PCI() local 2126 …num_aiops = sPCIInitController(ctlp, i, aiopio, max_num_aiops, ConfigIO, 0, FREQ_DIS, 0, altChanRi… in register_PCI() 2132 i, rcktpt_io_addr[i], num_aiops, rocketModel[i].modelString, in register_PCI() 2136 if (num_aiops <= 0) { in register_PCI() 2143 for (aiop = 0; aiop < num_aiops; aiop++) { in register_PCI() 2194 int num_aiops, num_chan = 0, total_num_chan = 0; in init_ISA() local 2247 …num_aiops = sInitController(ctlp, i, controller + (i * 0x400), aiopio, MAX_AIOPS_PER_BOARD, 0, FR… in init_ISA() 2255 if (num_aiops <= 0) { in init_ISA() 2263 for (aiop = 0; aiop < num_aiops; aiop++) { in init_ISA() 2289 i, rcktpt_io_addr[i], num_aiops, type_string); in init_ISA()
|