Home
last modified time | relevance | path

Searched refs:DWC3_GCTL_RAMCLKSEL (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/linux/usb/
H A Ddwc3.h158 #define DWC3_GCTL_RAMCLKSEL(x) \ macro
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h141 #define DWC3_GCTL_RAMCLKSEL(x) (((x) & DWC3_GCTL_CLK_MASK) << 6) macro
H A Dgadget.c2129 reg |= DWC3_GCTL_RAMCLKSEL(usb30_clock); in dwc3_update_ram_clk_sel()
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.h243 #define DWC3_GCTL_RAMCLKSEL(x) (((x) & DWC3_GCTL_CLK_MASK) << 6) macro