Home
last modified time | relevance | path

Searched refs:USB_ST_BUF_ERR (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h22 /* DataOver */ USB_ST_BUF_ERR,
23 /* DataUnder */ USB_ST_BUF_ERR,
26 /* BufferOver */ USB_ST_BUF_ERR,
27 /* BuffUnder */ USB_ST_BUF_ERR,
/OK3568_Linux_fs/u-boot/include/
H A Dusb_defs.h196 #define USB_ST_BUF_ERR 0x4 /* buffer error */ macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-hcd.c155 /* DataOver */ USB_ST_BUF_ERR,
156 /* DataUnder */ USB_ST_BUF_ERR,
159 /* BufferOver */ USB_ST_BUF_ERR,
160 /* BuffUnder */ USB_ST_BUF_ERR,
H A Dsl811-hcd.c279 err |= USB_ST_BUF_ERR; in sl811_send_packet()
H A Dxhci-ring.c535 udev->status = USB_ST_BUF_ERR; in record_transfer_result()
H A Dehci-hcd.c622 dev->status = USB_ST_BUF_ERR; in ehci_submit_async()
/OK3568_Linux_fs/u-boot/common/
H A Dusb_storage.c356 (tmp & USB_ST_BUF_ERR) ? "Buffer Error" : "", in display_int_status()