Home
last modified time | relevance | path

Searched refs:tx_fifo_count (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dgadget.c292 int tx_fifo_count; in dwc2_hsotg_tx_fifo_average_depth() local
297 tx_fifo_count = dwc2_hsotg_tx_fifo_count(hsotg); in dwc2_hsotg_tx_fifo_average_depth()
299 if (!tx_fifo_count) in dwc2_hsotg_tx_fifo_average_depth()
302 return tx_fifo_depth / tx_fifo_count; in dwc2_hsotg_tx_fifo_average_depth()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dgadget.c291 int tx_fifo_count; in dwc2_hsotg_tx_fifo_average_depth() local
296 tx_fifo_count = dwc2_hsotg_tx_fifo_count(hsotg); in dwc2_hsotg_tx_fifo_average_depth()
298 if (!tx_fifo_count) in dwc2_hsotg_tx_fifo_average_depth()
301 return tx_fifo_depth / tx_fifo_count; in dwc2_hsotg_tx_fifo_average_depth()

Completed in 11 milliseconds