Searched refs:num_aiops (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/tty/ |
D | rocket.c | 1920 int num_aiops, aiop, max_num_aiops, num_chan, chan; in register_PCI() local 2173 …num_aiops = sPCIInitController(ctlp, i, aiopio, max_num_aiops, ConfigIO, 0, FREQ_DIS, 0, altChanRi… in register_PCI() 2179 i, rcktpt_io_addr[i], num_aiops, rocketModel[i].modelString, in register_PCI() 2183 if (num_aiops <= 0) { in register_PCI() 2190 for (aiop = 0; aiop < num_aiops; aiop++) { in register_PCI() 2241 int num_aiops, num_chan = 0, total_num_chan = 0; in init_ISA() local 2294 …num_aiops = sInitController(ctlp, i, controller + (i * 0x400), aiopio, MAX_AIOPS_PER_BOARD, 0, FR… in init_ISA() 2302 if (num_aiops <= 0) { in init_ISA() 2310 for (aiop = 0; aiop < num_aiops; aiop++) { in init_ISA() 2336 i, rcktpt_io_addr[i], num_aiops, type_string); in init_ISA()
|