Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h767 #define HCCHAR_EPNUM_MASK (0xf << 11) macro
/openbmc/linux/drivers/usb/dwc2/
H A Dhw.h743 #define HCCHAR_EPNUM_MASK (0xf << 11) macro
H A Dhcd.c674 hcchar |= chan->ep_num << HCCHAR_EPNUM_SHIFT & HCCHAR_EPNUM_MASK; in dwc2_hc_init()