Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/dwc3/
H A Dgadget.c699 int ram_depth; in dwc3_gadget_calc_ram_depth() local
725 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() local
819 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() local
3169 ram_depth = dwc3_gadget_calc_ram_depth(dwc); in dwc3_gadget_check_config()
[all …]