Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dgadget.c247 u32 np_tx_fifo_size; in dwc2_hsotg_tx_fifo_total_depth() local
249 np_tx_fifo_size = min_t(u32, hsotg->hw_params.dev_nperio_tx_fifo_size, in dwc2_hsotg_tx_fifo_total_depth()
255 addr = hsotg->params.g_rx_fifo_size + np_tx_fifo_size; in dwc2_hsotg_tx_fifo_total_depth()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dgadget.c246 u32 np_tx_fifo_size; in dwc2_hsotg_tx_fifo_total_depth() local
248 np_tx_fifo_size = min_t(u32, hsotg->hw_params.dev_nperio_tx_fifo_size, in dwc2_hsotg_tx_fifo_total_depth()
254 addr = hsotg->params.g_rx_fifo_size + np_tx_fifo_size; in dwc2_hsotg_tx_fifo_total_depth()

Completed in 11 milliseconds