Home
last modified time | relevance | path

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

/u-boot/include/
A Dusb_defs.h223 #define USB_ST_NAK_REC 0x10 /* NAK Received*/ macro
/u-boot/drivers/usb/host/
A Dxhci-ring.c770 udev->status = USB_ST_NAK_REC; /* closest thing to a timeout */ in xhci_bulk_tx()
1005 udev->status = USB_ST_NAK_REC; in xhci_ctrl_tx()
/u-boot/common/
A Dusb_storage.c374 (tmp & USB_ST_NAK_REC) ? "NAKed" : "", in display_int_status()
439 if (us->pusb_dev->status & USB_ST_NAK_REC) { in us_one_transfer()
656 if (!(us->pusb_dev->status & USB_ST_NAK_REC)) in usb_stor_CB_comdat()

Completed in 14 milliseconds