Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/musb/
H A Dmusb_hcd.c127 dev->status = USB_ST_CRC_ERR; in wait_until_ep0_ready()
167 dev->status = USB_ST_CRC_ERR; in wait_until_ep0_ready()
192 dev->status = USB_ST_CRC_ERR; in wait_until_txep_ready()
200 dev->status = USB_ST_CRC_ERR; in wait_until_txep_ready()
224 dev->status = USB_ST_CRC_ERR; in wait_until_rxep_ready()
232 dev->status = USB_ST_CRC_ERR; in wait_until_rxep_ready()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h15 /* CRC Error */ USB_ST_CRC_ERR,
17 /* Data Togg */ USB_ST_CRC_ERR,
H A Dau1x00_usb_ohci.c1110 dev->status = USB_ST_CRC_ERR; in submit_common_msg()
1147 stat = USB_ST_CRC_ERR; in submit_common_msg()
1158 stat = USB_ST_CRC_ERR; in submit_common_msg()
/OK3568_Linux_fs/u-boot/include/
H A Dusb_defs.h199 #define USB_ST_CRC_ERR 0x20 /* CRC/timeout Error */ macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dsl811-hcd.c251 return -USB_ST_CRC_ERR; in sl811_send_packet()
281 err |= USB_ST_CRC_ERR; in sl811_send_packet()
H A Dohci-hcd.c148 /* CRC Error */ USB_ST_CRC_ERR,
150 /* Data Togg */ USB_ST_CRC_ERR,
1562 stat = USB_ST_CRC_ERR; in submit_common_msg()
1590 stat = USB_ST_CRC_ERR; in submit_common_msg()
H A Dehci-hcd.c629 dev->status = USB_ST_CRC_ERR; in ehci_submit_async()
/OK3568_Linux_fs/u-boot/common/
H A Dusb_storage.c359 (tmp & USB_ST_CRC_ERR) ? "CRC Error" : "", in display_int_status()