Home
last modified time | relevance | path

Searched refs:EP_STATE_MASK (Results 1 – 3 of 3) 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/qemu/hw/usb/
H A Dhcd-xhci.c198 #define EP_STATE_MASK 0x7 macro
1047 ctx[0] &= ~EP_STATE_MASK; in xhci_set_ep_state()
1152 ctx[0] &= ~EP_STATE_MASK; in xhci_enable_ep()
3504 state = ep_ctx[0] & EP_STATE_MASK; in usb_xhci_post_load()