Lines Matching refs:ram1_depth
793 u32 fifo_0_start, last_fifo_depth, ram1_depth; in __dwc3_gadget_resize_tx_fifos() local
840 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() local
923 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
3115 ram1_depth = dwc3_gadget_get_tx_fifos_size(dwc); in dwc3_gadget_check_config()
3116 if (fifo_size > ram1_depth) in dwc3_gadget_check_config()