Searched refs:EP_CTX_CYCLE_MASK (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/usb/host/ | ||
| D | xhci.h | 756 #define EP_CTX_CYCLE_MASK (1 << 0) macro |
| D | xhci-ring.c | 1021 deq = le64_to_cpu(ep_ctx->deq) & ~EP_CTX_CYCLE_MASK; in xhci_handle_cmd_set_deq() |