Home
last modified time | relevance | path

Searched refs:DXEPCTL_EPTYPE_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/dwc2/
H A Dhw.h539 #define DXEPCTL_EPTYPE_MASK (0x3 << 18) macro
H A Dgadget.c4095 epctrl &= ~(DXEPCTL_EPTYPE_MASK | DXEPCTL_MPS_MASK); in dwc2_hsotg_ep_enable()
4426 xfertype = epctl & DXEPCTL_EPTYPE_MASK; in dwc2_hsotg_ep_sethalt()
4446 xfertype = epctl & DXEPCTL_EPTYPE_MASK; in dwc2_hsotg_ep_sethalt()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h563 #define DXEPCTL_EPTYPE_MASK (0x3 << 18) macro