Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dgadget.c311 int tx_fifo_count; in dwc2_hsotg_tx_fifo_average_depth() local
316 tx_fifo_count = dwc2_hsotg_tx_fifo_count(hsotg); in dwc2_hsotg_tx_fifo_average_depth()
318 if (!tx_fifo_count) in dwc2_hsotg_tx_fifo_average_depth()
321 return tx_fifo_depth / tx_fifo_count; in dwc2_hsotg_tx_fifo_average_depth()