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.h197 #define USB_ST_NAK_REC 0x10 /* NAK Received*/ macro
/u-boot/drivers/usb/host/
A Dxhci-ring.c724 udev->status = USB_ST_NAK_REC; /* closest thing to a timeout */ in xhci_bulk_tx()
955 udev->status = USB_ST_NAK_REC; in xhci_ctrl_tx()
/u-boot/common/
A Dusb_storage.c358 (tmp & USB_ST_NAK_REC) ? "NAKed" : "", in display_int_status()
423 if (us->pusb_dev->status & USB_ST_NAK_REC) { in us_one_transfer()
640 if (!(us->pusb_dev->status & USB_ST_NAK_REC)) in usb_stor_CB_comdat()

Completed in 8 milliseconds