Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/jsm/
Djsm_tty.c378 brd->nasync = brd->maxports; in jsm_tty_init()
384 for (i = 0; i < brd->nasync; i++) { in jsm_tty_init()
404 for (i = 0; i < brd->nasync; i++, ch = brd->channels[i]) { in jsm_tty_init()
443 brd->nasync = brd->maxports; in jsm_uart_port_init()
446 for (i = 0; i < brd->nasync; i++) { in jsm_uart_port_init()
491 brd->nasync = brd->maxports; in jsm_remove_uart_port()
494 for (i = 0; i < brd->nasync; i++) { in jsm_remove_uart_port()
Djsm.h139 u32 nasync; /* Number of ports on card */ member
Djsm_cls.c564 if (port >= brd->nasync) in cls_parse_isr()
850 for (i = 0; i < brd->nasync; i++) in cls_intr()
Djsm_neo.c1171 if (port >= brd->nasync) in neo_intr()