Searched refs:EHCI_CTLR_ERROR_STATE (Results 1 – 5 of 5) sorted by relevance
1331 ehcip->ehci_hc_soft_state = EHCI_CTLR_ERROR_STATE; in ehci_init_ctlr()1339 ehcip->ehci_hc_soft_state = EHCI_CTLR_ERROR_STATE; in ehci_init_ctlr()3656 case EHCI_CTLR_ERROR_STATE: in ehci_state_is_operational()3994 ehcip->ehci_hc_soft_state = EHCI_CTLR_ERROR_STATE; in ehci_wait_for_sof()
188 ehcip->ehci_hc_soft_state = EHCI_CTLR_ERROR_STATE; in ehci_handle_ue()
689 if (ehcip->ehci_hc_soft_state == EHCI_CTLR_ERROR_STATE) { in ehci_intr()
828 ehcip->ehci_hc_soft_state = EHCI_CTLR_ERROR_STATE; in ehci_modify_qh_status_bit()
347 #define EHCI_CTLR_ERROR_STATE 3 /* Ue error or no sof state */ macro