Home
last modified time | relevance | path

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

/linux/drivers/usb/atm/
H A Dueagle-atm.c290 #define NB_MODEM 4 macro
522 static unsigned int altsetting[NB_MODEM] = {
523 [0 ... (NB_MODEM - 1)] = FASTEST_ISO_INTF};
524 static bool sync_wait[NB_MODEM];
525 static char *cmv_file[NB_MODEM];
526 static int annex[NB_MODEM];
2466 usbatm->flags = (modem_index < NB_MODEM && sync_wait[modem_index]) ? in uea_bind()
2489 sc->modem_index = (modem_index < NB_MODEM) ? modem_index++ : 0; in uea_bind()