Searched refs:ATAPI_TIME_OUT (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/block/
H A Dide.c44 #define ATAPI_TIME_OUT 7000 /* 7 sec timeout (5 sec seems to work...) */ macro
221 c = atapi_wait_mask(device, ATAPI_TIME_OUT, mask, res);
241 c = atapi_wait_mask(device, ATAPI_TIME_OUT, mask, res);
264 c = atapi_wait_mask(device, ATAPI_TIME_OUT, mask, res);
312 c = atapi_wait_mask(device, ATAPI_TIME_OUT, mask, res);
572 c = ide_wait(device, ATAPI_TIME_OUT);

Completed in 37 milliseconds