Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/atm/
Dueagle-atm.c339 #define NB_MODEM 4 macro
571 static unsigned int altsetting[NB_MODEM] = {
572 [0 ... (NB_MODEM - 1)] = FASTEST_ISO_INTF};
573 static bool sync_wait[NB_MODEM];
574 static char *cmv_file[NB_MODEM];
575 static int annex[NB_MODEM];
2566 sc->modem_index = (modem_index < NB_MODEM) ? modem_index++ : 0; in uea_bind()