Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/musb/
H A Dmusb_hcd.c126 dev->status = USB_ST_CRC_ERR; in wait_until_ep0_ready()
166 dev->status = USB_ST_CRC_ERR; in wait_until_ep0_ready()
191 dev->status = USB_ST_CRC_ERR; in wait_until_txep_ready()
199 dev->status = USB_ST_CRC_ERR; in wait_until_txep_ready()
223 dev->status = USB_ST_CRC_ERR; in wait_until_rxep_ready()
231 dev->status = USB_ST_CRC_ERR; in wait_until_rxep_ready()
/openbmc/u-boot/include/
H A Dusb_defs.h198 #define USB_ST_CRC_ERR 0x20 /* CRC/timeout Error */ macro
/openbmc/u-boot/drivers/usb/host/
H A Dsl811-hcd.c250 return -USB_ST_CRC_ERR; in sl811_send_packet()
280 err |= USB_ST_CRC_ERR; in sl811_send_packet()
H A Dohci-hcd.c144 /* CRC Error */ USB_ST_CRC_ERR,
146 /* Data Togg */ USB_ST_CRC_ERR,
1560 stat = USB_ST_CRC_ERR; in submit_common_msg()
1588 stat = USB_ST_CRC_ERR; in submit_common_msg()
H A Dehci-hcd.c643 dev->status = USB_ST_CRC_ERR; in ehci_submit_async()
/openbmc/u-boot/common/
H A Dusb_storage.c355 (tmp & USB_ST_CRC_ERR) ? "CRC Error" : "", in display_int_status()