Searched refs:USB_ST_CRC_ERR (Results 1 – 6 of 6) sorted by relevance
126 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()
198 #define USB_ST_CRC_ERR 0x20 /* CRC/timeout Error */ macro
250 return -USB_ST_CRC_ERR; in sl811_send_packet()280 err |= USB_ST_CRC_ERR; in sl811_send_packet()
148 /* 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()
635 dev->status = USB_ST_CRC_ERR; in ehci_submit_async()
355 (tmp & USB_ST_CRC_ERR) ? "CRC Error" : "", in display_int_status()