Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A Dgadget.c696 int ram_depth; in dwc3_gadget_calc_ram_depth() local
707 ram_depth = is_single_port_ram ? DWC3_RAM0_DEPTH(dwc->hwparams.hwparams6) : in dwc3_gadget_calc_ram_depth()
722 ram_depth -= (fifo_0_start >> 16); in dwc3_gadget_calc_ram_depth()
725 return ram_depth; in dwc3_gadget_calc_ram_depth()
794 int ram_depth; in dwc3_gadget_resize_tx_fifos() local
814 ram_depth = dwc3_gadget_calc_ram_depth(dwc); in dwc3_gadget_resize_tx_fifos()
835 remaining = ram_depth - min_depth - dwc->last_fifo_depth; in dwc3_gadget_resize_tx_fifos()
861 if (dwc->last_fifo_depth >= ram_depth) { in dwc3_gadget_resize_tx_fifos()
863 dwc->last_fifo_depth, ram_depth, in dwc3_gadget_resize_tx_fifos()
3153 int ram_depth; in dwc3_gadget_check_config() local
[all …]