Searched refs:en_multiple_tx_fifo (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | params.c | 372 p->en_multiple_tx_fifo = hw->en_multiple_tx_fifo; in dwc2_set_default_params() 609 min = hsotg->hw_params.en_multiple_tx_fifo ? 16 : 4; in dwc2_check_param_tx_fifo_sizes() 662 CHECK_BOOL(en_multiple_tx_fifo, hw->en_multiple_tx_fifo); in dwc2_check_params() 832 hw->en_multiple_tx_fifo = !!(hwcfg4 & GHWCFG4_DED_FIFO_EN); in dwc2_get_hwparams()
|
H A D | core.h | 270 * @en_multiple_tx_fifo: Specifies whether dedicated per-endpoint transmit FIFOs 469 bool en_multiple_tx_fifo; member 592 * @en_multiple_tx_fifo: Specifies whether dedicated per-endpoint transmit FIFOs 647 unsigned en_multiple_tx_fifo:1; member
|
H A D | debugfs.c | 678 print_param(seq, p, en_multiple_tx_fifo); in params_show() 732 print_param(seq, hw, en_multiple_tx_fifo); in hw_params_show()
|
H A D | gadget.c | 229 if (hsotg->hw_params.en_multiple_tx_fifo) in dwc2_hsotg_tx_fifo_count() 4848 hsotg->dedicated_fifos = hsotg->hw_params.en_multiple_tx_fifo; in dwc2_hsotg_hw_cfg()
|
H A D | hcd.c | 333 if (hsotg->params.en_multiple_tx_fifo && in dwc2_config_fifos()
|
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | params.c | 479 p->en_multiple_tx_fifo = hw->en_multiple_tx_fifo; in dwc2_set_default_params() 715 min = hsotg->hw_params.en_multiple_tx_fifo ? 16 : 4; in dwc2_check_param_tx_fifo_sizes() 768 CHECK_BOOL(en_multiple_tx_fifo, hw->en_multiple_tx_fifo); in dwc2_check_params() 938 hw->en_multiple_tx_fifo = !!(hwcfg4 & GHWCFG4_DED_FIFO_EN); in dwc2_get_hwparams()
|
H A D | core.h | 246 * @en_multiple_tx_fifo: Specifies whether dedicated per-endpoint transmit FIFOs 448 bool en_multiple_tx_fifo; member 573 * @en_multiple_tx_fifo: Specifies whether dedicated per-endpoint transmit FIFOs 628 unsigned en_multiple_tx_fifo:1; member
|
H A D | debugfs.c | 680 print_param(seq, p, en_multiple_tx_fifo); in params_show() 736 print_param(seq, hw, en_multiple_tx_fifo); in hw_params_show()
|
H A D | gadget.c | 228 if (hsotg->hw_params.en_multiple_tx_fifo) in dwc2_hsotg_tx_fifo_count() 4900 hsotg->dedicated_fifos = hsotg->hw_params.en_multiple_tx_fifo; in dwc2_hsotg_hw_cfg()
|
H A D | hcd.c | 298 if (hsotg->params.en_multiple_tx_fifo && in dwc2_config_fifos()
|
Completed in 31 milliseconds