Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dusb_defs.h195 #define USB_ST_BUF_ERR 0x4 /* buffer error */ macro
/openbmc/u-boot/drivers/usb/host/
H A Dohci-hcd.c151 /* DataOver */ USB_ST_BUF_ERR,
152 /* DataUnder */ USB_ST_BUF_ERR,
155 /* BufferOver */ USB_ST_BUF_ERR,
156 /* BuffUnder */ USB_ST_BUF_ERR,
H A Dsl811-hcd.c278 err |= USB_ST_BUF_ERR; in sl811_send_packet()
H A Dxhci-ring.c534 udev->status = USB_ST_BUF_ERR; in record_transfer_result()
H A Dehci-hcd.c636 dev->status = USB_ST_BUF_ERR; in ehci_submit_async()
/openbmc/u-boot/common/
H A Dusb_storage.c352 (tmp & USB_ST_BUF_ERR) ? "Buffer Error" : "", in display_int_status()