Home
last modified time | relevance | path

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

/u-boot/drivers/usb/musb/
A Dmusb_hcd.c128 dev->status = USB_ST_CRC_ERR; in wait_until_ep0_ready()
168 dev->status = USB_ST_CRC_ERR; in wait_until_ep0_ready()
193 dev->status = USB_ST_CRC_ERR; in wait_until_txep_ready()
201 dev->status = USB_ST_CRC_ERR; in wait_until_txep_ready()
225 dev->status = USB_ST_CRC_ERR; in wait_until_rxep_ready()
233 dev->status = USB_ST_CRC_ERR; in wait_until_rxep_ready()
/u-boot/include/
A Dusb_defs.h198 #define USB_ST_CRC_ERR 0x20 /* CRC/timeout Error */ macro
/u-boot/drivers/usb/host/
A Dsl811-hcd.c251 return -USB_ST_CRC_ERR; in sl811_send_packet()
281 err |= USB_ST_CRC_ERR; in sl811_send_packet()
A Dohci-hcd.c150 /* CRC Error */ USB_ST_CRC_ERR,
152 /* Data Togg */ USB_ST_CRC_ERR,
1564 stat = USB_ST_CRC_ERR; in submit_common_msg()
1592 stat = USB_ST_CRC_ERR; in submit_common_msg()
A Dehci-hcd.c677 dev->status = USB_ST_CRC_ERR; in ehci_submit_async()
/u-boot/common/
A Dusb_storage.c359 (tmp & USB_ST_CRC_ERR) ? "CRC Error" : "", in display_int_status()

Completed in 16 milliseconds