Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsc16is7xx.c30 #define SC16IS7XX_MAX_DEVS 8 macro
340 .nr = SC16IS7XX_MAX_DEVS,
415 BUILD_BUG_ON(SC16IS7XX_MAX_DEVS > BITS_PER_LONG); in sc16is7xx_alloc_line()
417 for (i = 0; i < SC16IS7XX_MAX_DEVS; i++) in sc16is7xx_alloc_line()
1283 if (s->p[i].port.line >= SC16IS7XX_MAX_DEVS) { in sc16is7xx_probe()