Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-ring.c621 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()
H A Dxhci.h609 #define EP_STATE_MASK (0xf) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h658 #define EP_STATE_MASK GENMASK(3, 0) macro
664 #define GET_EP_CTX_STATE(ctx) (le32_to_cpu((ctx)->ep_info) & EP_STATE_MASK)
H A Dcdnsp-debug.h554 ep_state = info & EP_STATE_MASK; in cdnsp_decode_ep_context()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h473 #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()
H A Dxhci.c1479 ep_ctx->ep_info &= cpu_to_le32(~EP_STATE_MASK);/* must clear */ in xhci_check_maxpacket()
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c198 #define EP_STATE_MASK 0x7 macro
1042 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()