Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h1062 #define SET_DEQ_PENDING (1 << 0) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c502 if ((ep_state & EP_STOP_CMD_PENDING) || (ep_state & SET_DEQ_PENDING) || in xhci_ring_ep_doorbell()
717 if ((ep->ep_state & SET_DEQ_PENDING)) { in xhci_move_dequeue_past_td()
752 ep->ep_state |= SET_DEQ_PENDING; in xhci_move_dequeue_past_td()
1452 ep->ep_state &= ~SET_DEQ_PENDING; in xhci_handle_cmd_set_deq()
H A Dxhci.h943 #define SET_DEQ_PENDING (1 << 0) macro