Home
last modified time | relevance | path

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