Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/block/
H A Dide.c39 #define ATAPI_TIME_OUT 7000 /* 7 sec timeout (5 sec seems to work...) */ macro
219 c = atapi_wait_mask(device, ATAPI_TIME_OUT, mask, res); in atapi_issue()
240 c = atapi_wait_mask(device, ATAPI_TIME_OUT, mask, res); in atapi_issue()
263 c = atapi_wait_mask(device, ATAPI_TIME_OUT, mask, res); in atapi_issue()
312 c = atapi_wait_mask(device, ATAPI_TIME_OUT, mask, res); in atapi_issue()
579 c = ide_wait(device, ATAPI_TIME_OUT); in ide_ident()