Searched refs:cy_isa_nchan (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/tty/
H A Dcyclades.c3275 unsigned short i, j, k, cy_isa_nchan; cy_detect_isa() local
3303 cy_isa_nchan = CyPORTS_PER_CHIP * cy_detect_isa()
3305 if (cy_isa_nchan == 0) { cy_detect_isa()
3323 if ((cy_next_channel + cy_isa_nchan) > NR_PORTS) { cy_detect_isa()
3362 card->num_chips = cy_isa_nchan / CyPORTS_PER_CHIP; cy_detect_isa()
3363 card->nports = cy_isa_nchan; cy_detect_isa()
3376 cy_isa_irq, cy_isa_nchan, cy_next_channel); cy_detect_isa()
3379 j < cy_next_channel + cy_isa_nchan; j++, k++) cy_detect_isa()
3382 cy_next_channel += cy_isa_nchan; cy_detect_isa()

Completed in 66 milliseconds