Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/usb/
H A Ddwc3.h159 #define DWC3_GCTL_RAMCLKSEL(x) \ macro
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.h144 #define DWC3_GCTL_RAMCLKSEL(x) (((x) & DWC3_GCTL_CLK_MASK) << 6) macro