Searched refs:ram1_depth (Results 1 – 1 of 1) sorted by relevance
780 int ram1_depth; in dwc3_gadget_resize_tx_fifos() local800 ram1_depth = DWC3_RAM1_DEPTH(dwc->hwparams.hwparams7); in dwc3_gadget_resize_tx_fifos()821 remaining = ram1_depth - min_depth - dwc->last_fifo_depth; in dwc3_gadget_resize_tx_fifos()847 if (dwc->last_fifo_depth >= ram1_depth) { in dwc3_gadget_resize_tx_fifos()849 dwc->last_fifo_depth, ram1_depth, in dwc3_gadget_resize_tx_fifos()3076 int ram1_depth; in dwc3_gadget_check_config() local3099 ram1_depth = DWC3_RAM1_DEPTH(dwc->hwparams.hwparams7); in dwc3_gadget_check_config()3100 if (fifo_size > ram1_depth) in dwc3_gadget_check_config()