Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/atm/
Dueagle-atm.c311 #define NB_MODEM 4 macro
543 static unsigned int altsetting[NB_MODEM] = {
544 [0 ... (NB_MODEM - 1)] = FASTEST_ISO_INTF};
545 static int sync_wait[NB_MODEM];
546 static char *cmv_file[NB_MODEM];
547 static int annex[NB_MODEM];
2550 sc->modem_index = (modem_index < NB_MODEM) ? modem_index++ : 0; in uea_bind()