Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dgadget.c245 int tx_addr_max; in dwc2_hsotg_tx_fifo_total_depth() local
252 tx_addr_max = hsotg->hw_params.total_fifo_size; in dwc2_hsotg_tx_fifo_total_depth()
255 if (tx_addr_max <= addr) in dwc2_hsotg_tx_fifo_total_depth()
258 return tx_addr_max - addr; in dwc2_hsotg_tx_fifo_total_depth()