Home
last modified time | relevance | path

Searched refs:DWC3_GCTL_RAMCLKSEL (Results 1 – 3 of 3) 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
H A Dgadget.c2166 reg |= DWC3_GCTL_RAMCLKSEL(usb30_clock); in dwc3_update_ram_clk_sel()