Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dusb_defs.h198 #define USB_ST_NAK_REC 0x10 /* NAK Received*/ macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-ring.c719 udev->status = USB_ST_NAK_REC; /* closest thing to a timeout */ in xhci_bulk_tx()
943 udev->status = USB_ST_NAK_REC; in xhci_ctrl_tx()
/OK3568_Linux_fs/u-boot/common/
H 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()