Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci.h711 #define EP_STATE_MASK (0xf) macro
717 #define GET_EP_CTX_STATE(ctx) (le32_to_cpu((ctx)->ep_info) & EP_STATE_MASK)
2578 ep_state = info & EP_STATE_MASK; in xhci_decode_ep_context()