Searched refs:USB_ST_CRC_ERR (Results 1 – 8 of 8) sorted by relevance
127 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()
15 /* CRC Error */ USB_ST_CRC_ERR,17 /* Data Togg */ USB_ST_CRC_ERR,
1110 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()
199 #define USB_ST_CRC_ERR 0x20 /* CRC/timeout Error */ macro
251 return -USB_ST_CRC_ERR; in sl811_send_packet()281 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()
629 dev->status = USB_ST_CRC_ERR; in ehci_submit_async()
359 (tmp & USB_ST_CRC_ERR) ? "CRC Error" : "", in display_int_status()