Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/cdrom/
Dcm206.c656 #define MAX_TRIES 100 macro
677 } while (cd->intr_ds & ds_fifo_empty && tries < MAX_TRIES); in read_sector()
681 if (tries == MAX_TRIES) in read_sector()