Searched refs:HCCHAR_EPNUM_SHIFT (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/controller/ | ||
H A D | dwc_otgreg.h | 541 #define HCCHAR_EPNUM_SHIFT 11 macro |
H A D | dwc_otg.c | 3321 ((xfer->endpointno & UE_ADDR) << HCCHAR_EPNUM_SHIFT) | in dwc_otg_setup_standard_chain() |