Home
last modified time | relevance | path

Searched refs:EP_HARD_CLEAR_TOGGLE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci.h696 #define EP_HARD_CLEAR_TOGGLE (1 << 6) macro
H A Dxhci.c3125 if (ep->ep_state & EP_HARD_CLEAR_TOGGLE) { in xhci_endpoint_reset()
3126 ep->ep_state &= ~EP_HARD_CLEAR_TOGGLE; in xhci_endpoint_reset()
H A Dxhci-ring.c955 ep->ep_state |= EP_HARD_CLEAR_TOGGLE; in xhci_handle_halted_endpoint()