Searched refs:ram1_depth (Results 1 – 1 of 1) sorted by relevance
793 u32 fifo_0_start, last_fifo_depth, ram1_depth; in __dwc3_gadget_resize_tx_fifos() local840 ram1_depth = dwc3_gadget_get_tx_fifos_size(dwc); in __dwc3_gadget_resize_tx_fifos()859 if (last_fifo_depth >= ram1_depth) { in __dwc3_gadget_resize_tx_fifos()861 last_fifo_depth, ram1_depth, in __dwc3_gadget_resize_tx_fifos()900 int ram1_depth; in dwc3_gadget_resize_tx_fifos() local923 ram1_depth = dwc3_gadget_get_tx_fifos_size(dwc); in dwc3_gadget_resize_tx_fifos()944 remaining = ram1_depth - min_depth - dwc->last_fifo_depth; in dwc3_gadget_resize_tx_fifos()970 if (dwc->last_fifo_depth >= ram1_depth) { in dwc3_gadget_resize_tx_fifos()972 dwc->last_fifo_depth, ram1_depth, in dwc3_gadget_resize_tx_fifos()3092 int ram1_depth; in dwc3_gadget_check_config() local[all …]