Home
last modified time | relevance | path

Searched defs:DWC3_GCTL_RAMCLKSEL (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/linux/usb/
Ddwc3.h158 #define DWC3_GCTL_RAMCLKSEL(x) \ macro
/external/u-boot/drivers/usb/dwc3/
Dcore.h141 #define DWC3_GCTL_RAMCLKSEL(x) (((x) & DWC3_GCTL_CLK_MASK) << 6) macro