Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/dwc3/
Dgadget.c756 int ram1_depth; in dwc3_gadget_resize_tx_fifos() local
776 ram1_depth = DWC3_RAM1_DEPTH(dwc->hwparams.hwparams7); in dwc3_gadget_resize_tx_fifos()
797 remaining = ram1_depth - min_depth - dwc->last_fifo_depth; in dwc3_gadget_resize_tx_fifos()
823 if (dwc->last_fifo_depth >= ram1_depth) { in dwc3_gadget_resize_tx_fifos()
825 dwc->last_fifo_depth, ram1_depth, in dwc3_gadget_resize_tx_fifos()
3078 int ram1_depth; in dwc3_gadget_check_config() local
3101 ram1_depth = DWC3_RAM1_DEPTH(dwc->hwparams.hwparams7); in dwc3_gadget_check_config()
3102 if (fifo_size > ram1_depth) in dwc3_gadget_check_config()