Home
last modified time | relevance | path

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

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