Home
last modified time | relevance | path

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

/drivers/tty/hvc/
Dhvsi.c56 #define MAX_NR_HVSI_CONSOLES 4 macro
96 static struct hvsi_struct hvsi_ports[MAX_NR_HVSI_CONSOLES];
1192 if (hvsi_count >= MAX_NR_HVSI_CONSOLES) { in hvsi_console_init()