Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/musb/
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()
/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h15 /* CRC Error */ USB_ST_CRC_ERR,
17 /* Data Togg */ USB_ST_CRC_ERR,
Dau1x00_usb_ohci.c1109 dev->status = USB_ST_CRC_ERR; in submit_common_msg()
1146 stat = USB_ST_CRC_ERR; in submit_common_msg()
1157 stat = USB_ST_CRC_ERR; in submit_common_msg()
/external/u-boot/include/
Dusb_defs.h198 #define USB_ST_CRC_ERR 0x20 /* CRC/timeout Error */ macro
/external/u-boot/drivers/usb/host/
Dsl811-hcd.c250 return -USB_ST_CRC_ERR; in sl811_send_packet()
280 err |= USB_ST_CRC_ERR; in sl811_send_packet()
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()
Dehci-hcd.c637 dev->status = USB_ST_CRC_ERR; in ehci_submit_async()
/external/u-boot/common/
Dusb_storage.c358 (tmp & USB_ST_CRC_ERR) ? "CRC Error" : "", in display_int_status()