Searched defs:DWC3_DCTL_ULSTCHNGREQ_MASK (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/dwc3/
H A Dcore.h221 #define DWC3_DCTL_ULSTCHNGREQ_MASK (0x0f << 5) macro
222 #define DWC3_DCTL_ULSTCHNGREQ(n) (((n) << 5) & DWC3_DCTL_ULSTCHNGREQ_MASK)

Completed in 1534 milliseconds