Home
last modified time | relevance | path

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

/drivers/tty/
Dsynclink.c61 #define MAX_TOTAL_DEVICES 20 macro
865 static int maxframe[MAX_TOTAL_DEVICES];
866 static int txdmabufs[MAX_TOTAL_DEVICES];
867 static int txholdbufs[MAX_TOTAL_DEVICES];
4168 if (info->line < MAX_TOTAL_DEVICES) { in mgsl_add_device()