Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dgadget.c246 int tx_addr_max; in dwc2_hsotg_tx_fifo_total_depth() local
253 tx_addr_max = hsotg->hw_params.total_fifo_size; in dwc2_hsotg_tx_fifo_total_depth()
256 if (tx_addr_max <= addr) in dwc2_hsotg_tx_fifo_total_depth()
259 return tx_addr_max - addr; in dwc2_hsotg_tx_fifo_total_depth()
/kernel/linux/linux-6.6/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()

Completed in 12 milliseconds