Searched refs:ATAPI_TIME_OUT (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/block/ |
H A D | ide.c | 38 #define ATAPI_TIME_OUT 7000 /* 7 sec timeout (5 sec seems to work...) */ macro 218 c = atapi_wait_mask(device, ATAPI_TIME_OUT, mask, res); in atapi_issue() 239 c = atapi_wait_mask(device, ATAPI_TIME_OUT, mask, res); in atapi_issue() 262 c = atapi_wait_mask(device, ATAPI_TIME_OUT, mask, res); in atapi_issue() 311 c = atapi_wait_mask(device, ATAPI_TIME_OUT, mask, res); in atapi_issue() 578 c = ide_wait(device, ATAPI_TIME_OUT); in ide_ident()
|