Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dparams.c382 p->en_multiple_tx_fifo = hw->en_multiple_tx_fifo; in dwc2_set_default_params()
619 min = hsotg->hw_params.en_multiple_tx_fifo ? 16 : 4; in dwc2_check_param_tx_fifo_sizes()
672 CHECK_BOOL(en_multiple_tx_fifo, hw->en_multiple_tx_fifo); in dwc2_check_params()
842 hw->en_multiple_tx_fifo = !!(hwcfg4 & GHWCFG4_DED_FIFO_EN); in dwc2_get_hwparams()
H A Dcore.h469 bool en_multiple_tx_fifo; member
647 unsigned en_multiple_tx_fifo:1; member
H A Ddebugfs.c678 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 Dgadget.c248 if (hsotg->hw_params.en_multiple_tx_fifo) in dwc2_hsotg_tx_fifo_count()
4896 hsotg->dedicated_fifos = hsotg->hw_params.en_multiple_tx_fifo; in dwc2_hsotg_hw_cfg()
H A Dhcd.c333 if (hsotg->params.en_multiple_tx_fifo && in dwc2_config_fifos()