Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/block/
H A Dide.c338 int notready, unitattn; in atapi_issue_autoreq() local
341 notready = ATAPI_DRIVE_NOT_READY; in atapi_issue_autoreq()
380 if (notready-- > 0) { in atapi_issue_autoreq()
/openbmc/u-boot/common/
H A Dusb_storage.c831 int retry, notready; in usb_stor_CB_transport() local
836 notready = 0; in usb_stor_CB_transport()
913 if (notready++ > USB_TRANSPORT_NOT_READY_RETRY) { in usb_stor_CB_transport()