Home
last modified time | relevance | path

Searched refs:DWC3_RAM0_DEPTH (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/dwc3/
H A Dcore.h915 #define DWC3_RAM0_DEPTH(n) (((n) & (0xffff0000)) >> 16) macro
H A Dgadget.c707 ram_depth = is_single_port_ram ? DWC3_RAM0_DEPTH(dwc->hwparams.hwparams6) : in dwc3_gadget_calc_ram_depth()