Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h577 #define DXEPCTL_MPS_MASK (0x7ff << 0) macro
/openbmc/linux/drivers/usb/dwc2/
H A Dhw.h553 #define DXEPCTL_MPS_MASK (0x7ff << 0) macro
H A Dgadget.c2612 reg &= ~DXEPCTL_MPS_MASK; in dwc2_hsotg_set_ep_maxpacket()
2617 reg &= ~DXEPCTL_MPS_MASK; in dwc2_hsotg_set_ep_maxpacket()
4095 epctrl &= ~(DXEPCTL_EPTYPE_MASK | DXEPCTL_MPS_MASK); in dwc2_hsotg_ep_enable()