Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/cdrom/
Dsonycd535.h110 #define SONY_JIFFIES_TIMEOUT (5*HZ) /* Maximum time macro
Dcdu31a.c789 retry_count = jiffies + SONY_JIFFIES_TIMEOUT; in get_result()
945 retry_count = jiffies + SONY_JIFFIES_TIMEOUT; in do_sony_cd_cmd()
1190 retry_count = jiffies + SONY_JIFFIES_TIMEOUT; in start_request()
1429 retry_count = jiffies + SONY_JIFFIES_TIMEOUT; in read_data_block()
1460 retry_count = jiffies + SONY_JIFFIES_TIMEOUT; in read_data_block()
2431 retry_count = jiffies + SONY_JIFFIES_TIMEOUT; in read_audio_data()
2482 retry_count = jiffies + SONY_JIFFIES_TIMEOUT; in read_audio_data()
Dcdu31a.h75 #define SONY_JIFFIES_TIMEOUT 1000 /* Maximum number of times the macro
Dsonycd535.c380 while (jiffies-snap < SONY_JIFFIES_TIMEOUT) { in read_result_reg()
626 while (jiffies-snap < SONY_JIFFIES_TIMEOUT) { in seek_and_read_N_blocks()
1524 while (jiffies-snap < SONY_JIFFIES_TIMEOUT) { in sony535_init()