Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci-ring.c622 le32_to_cpu(ep_ctx->ep_info) & EP_STATE_MASK); in xhci_bulk_tx()
808 le32_to_cpu(ep_ctx->ep_info) & EP_STATE_MASK); in xhci_ctrl_tx()
/external/u-boot/include/usb/
Dxhci.h609 #define EP_STATE_MASK (0xf) macro