Searched refs:EP_STATE_MASK (Results 1 – 7 of 7) sorted by relevance
621 le32_to_cpu(ep_ctx->ep_info) & EP_STATE_MASK); in xhci_bulk_tx()807 le32_to_cpu(ep_ctx->ep_info) & EP_STATE_MASK); in xhci_ctrl_tx()
609 #define EP_STATE_MASK (0xf) macro
658 #define EP_STATE_MASK GENMASK(3, 0) macro664 #define GET_EP_CTX_STATE(ctx) (le32_to_cpu((ctx)->ep_info) & EP_STATE_MASK)
554 ep_state = info & EP_STATE_MASK; in cdnsp_decode_ep_context()
473 #define EP_STATE_MASK (0x7) macro 479 #define GET_EP_CTX_STATE(ctx) (le32_to_cpu((ctx)->ep_info) & EP_STATE_MASK)2540 ep_state = info & EP_STATE_MASK; in xhci_decode_ep_context()
1479 ep_ctx->ep_info &= cpu_to_le32(~EP_STATE_MASK);/* must clear */ in xhci_check_maxpacket()
198 #define EP_STATE_MASK 0x7 macro1042 ctx[0] &= ~EP_STATE_MASK; in xhci_set_ep_state()1147 ctx[0] &= ~EP_STATE_MASK; in xhci_enable_ep()3479 state = ep_ctx[0] & EP_STATE_MASK; in usb_xhci_post_load()