Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dsynclink.c62 #define MAX_TOTAL_DEVICES 20 macro
866 static int maxframe[MAX_TOTAL_DEVICES];
867 static int txdmabufs[MAX_TOTAL_DEVICES];
868 static int txholdbufs[MAX_TOTAL_DEVICES];
4209 if (info->line < MAX_TOTAL_DEVICES) { in mgsl_add_device()