Searched refs:ram_depth (Results 1 – 1 of 1) sorted by relevance
699 int ram_depth; in dwc3_gadget_calc_ram_depth() local725 ram_depth -= (fifo_0_start >> 16); in dwc3_gadget_calc_ram_depth()728 return ram_depth; in dwc3_gadget_calc_ram_depth()799 int ram_depth; in dwc3_gadget_resize_tx_fifos() local819 ram_depth = dwc3_gadget_calc_ram_depth(dwc); in dwc3_gadget_resize_tx_fifos()855 remaining = ram_depth - min_depth - dwc->last_fifo_depth; in dwc3_gadget_resize_tx_fifos()881 if (dwc->last_fifo_depth >= ram_depth) { in dwc3_gadget_resize_tx_fifos()883 dwc->last_fifo_depth, ram_depth, in dwc3_gadget_resize_tx_fifos()3146 int ram_depth; in dwc3_gadget_check_config() local3169 ram_depth = dwc3_gadget_calc_ram_depth(dwc); in dwc3_gadget_check_config()[all …]