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

/linux-4.4.14/drivers/tty/serial/
H A Dmcf.c488 #define MCF_MAXPORTS ARRAY_SIZE(mcf_ports) macro
499 for (i = 0; ((i < MCF_MAXPORTS) && (platp[i].mapbase)); i++) { early_mcf_setup()
557 if ((co->index < 0) || (co->index >= MCF_MAXPORTS)) mcf_console_setup()
612 .nr = MCF_MAXPORTS,
624 for (i = 0; ((i < MCF_MAXPORTS) && (platp[i].mapbase)); i++) { mcf_probe()
653 for (i = 0; (i < MCF_MAXPORTS); i++) { mcf_remove()

Completed in 58 milliseconds