Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dhw.h543 #define DXEPCTL_EPTYPE_INTERRUPT (0x3 << 18) macro
H A Dgadget.c4147 epctrl |= DXEPCTL_EPTYPE_INTERRUPT; in dwc2_hsotg_ep_enable()
4428 xfertype == DXEPCTL_EPTYPE_INTERRUPT) in dwc2_hsotg_ep_sethalt()
4448 xfertype == DXEPCTL_EPTYPE_INTERRUPT) in dwc2_hsotg_ep_sethalt()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h567 #define DXEPCTL_EPTYPE_INTERRUPT (0x3 << 18) macro