Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dhw.h739 #define HCCHAR_EPTYPE_MASK (0x3 << 18) macro
H A Dhcd.c679 hcchar |= chan->ep_type << HCCHAR_EPTYPE_SHIFT & HCCHAR_EPTYPE_MASK; in dwc2_hc_init()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h763 #define HCCHAR_EPTYPE_MASK (0x3 << 18) macro