Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hisax/
Dconfig.c323 #define HISAX_IDSIZE (HISAX_MAX_CARDS * 8) macro
324 static char HiSaxID[HISAX_IDSIZE] = { 0, };
445 if (strlen(str) < HISAX_IDSIZE) in HiSax_setup()