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