Home
last modified time | relevance | path

Searched refs:g_tx_fifo_size (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dparams.c312 memset(p->g_tx_fifo_size, 0, sizeof(p->g_tx_fifo_size)); in dwc2_set_param_tx_fifo_sizes()
315 p->g_tx_fifo_size[i] = depth_average; in dwc2_set_param_tx_fifo_sizes()
444 memset(p->g_tx_fifo_size, 0, in dwc2_get_device_properties()
445 sizeof(p->g_tx_fifo_size)); in dwc2_get_device_properties()
448 &p->g_tx_fifo_size[1], in dwc2_get_device_properties()
612 total += hsotg->params.g_tx_fifo_size[fifo]; in dwc2_check_param_tx_fifo_sizes()
621 dptxfszn = hsotg->hw_params.g_tx_fifo_size[fifo]; in dwc2_check_param_tx_fifo_sizes()
623 if (hsotg->params.g_tx_fifo_size[fifo] < min || in dwc2_check_param_tx_fifo_sizes()
624 hsotg->params.g_tx_fifo_size[fif in dwc2_check_param_tx_fifo_sizes()
[all...]
H A Dcore.h428 * @g_tx_fifo_size: An array of TX fifo sizes in dedicated fifo
518 u32 g_tx_fifo_size[MAX_EPS_CHANNELS]; member
583 * @g_tx_fifo_size: Power-on values of TxFIFO sizes
674 u32 g_tx_fifo_size[MAX_EPS_CHANNELS]; member
H A Ddebugfs.c715 snprintf(str, 32, "g_tx_fifo_size[%d]", i); in params_show()
716 seq_printf(seq, "%-30s: %d\n", str, p->g_tx_fifo_size[i]); in params_show()
H A Dgadget.c316 u32 *txfsz = hsotg->params.g_tx_fifo_size; in dwc2_hsotg_init_fifo()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dparams.c419 memset(p->g_tx_fifo_size, 0, sizeof(p->g_tx_fifo_size)); in dwc2_set_param_tx_fifo_sizes()
422 p->g_tx_fifo_size[i] = depth_average; in dwc2_set_param_tx_fifo_sizes()
551 memset(p->g_tx_fifo_size, 0, in dwc2_get_device_properties()
552 sizeof(p->g_tx_fifo_size)); in dwc2_get_device_properties()
555 &p->g_tx_fifo_size[1], in dwc2_get_device_properties()
718 total += hsotg->params.g_tx_fifo_size[fifo]; in dwc2_check_param_tx_fifo_sizes()
727 dptxfszn = hsotg->hw_params.g_tx_fifo_size[fifo]; in dwc2_check_param_tx_fifo_sizes()
729 if (hsotg->params.g_tx_fifo_size[fifo] < min || in dwc2_check_param_tx_fifo_sizes()
730 hsotg->params.g_tx_fifo_size[fif in dwc2_check_param_tx_fifo_sizes()
[all...]
H A Dcore.h411 * @g_tx_fifo_size: An array of TX fifo sizes in dedicated fifo
499 u32 g_tx_fifo_size[MAX_EPS_CHANNELS]; member
564 * @g_tx_fifo_size: Power-on values of TxFIFO sizes
655 u32 g_tx_fifo_size[MAX_EPS_CHANNELS]; member
H A Ddebugfs.c719 snprintf(str, 32, "g_tx_fifo_size[%d]", i); in params_show()
720 seq_printf(seq, "%-30s: %d\n", str, p->g_tx_fifo_size[i]); in params_show()
H A Dgadget.c315 u32 *txfsz = hsotg->params.g_tx_fifo_size; in dwc2_hsotg_init_fifo()

Completed in 25 milliseconds