Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-ring.c664 le32_to_cpu(ep_ctx->ep_info) & EP_STATE_MASK); in xhci_bulk_tx()
850 le32_to_cpu(ep_ctx->ep_info) & EP_STATE_MASK); in xhci_ctrl_tx()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h610 #define EP_STATE_MASK (0xf) macro