Home
last modified time | relevance | path

Searched refs:EP_TYPE_SHIFT (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h640 #define EP_TYPE_SHIFT (3) macro
H A Dxhci-mem.c821 ep0_ctx->ep_info2 = cpu_to_le32(CTRL_EP << EP_TYPE_SHIFT); in xhci_setup_addressable_virt_dev()
H A Dxhci.c586 cpu_to_le32(ep_type << EP_TYPE_SHIFT); in xhci_set_configuration()
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c196 #define EP_TYPE_SHIFT 3 macro
1105 epctx->type = (ctx[1] >> EP_TYPE_SHIFT) & EP_TYPE_MASK; in xhci_init_epctx()