Searched refs:dma_burst_size (Results 1 - 11 of 11) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddwc_otg_driver.c92 .dma_burst_size = -1,
247 if (dwc_otg_module_params.dma_burst_size != -1) {
248 if (DWC_OTG_PARAM_TEST(dma_burst_size,1,1) &&
249 DWC_OTG_PARAM_TEST(dma_burst_size,4,4) &&
250 DWC_OTG_PARAM_TEST(dma_burst_size,8,8) &&
251 DWC_OTG_PARAM_TEST(dma_burst_size,16,16) &&
252 DWC_OTG_PARAM_TEST(dma_burst_size,32,32) &&
253 DWC_OTG_PARAM_TEST(dma_burst_size,64,64) &&
254 DWC_OTG_PARAM_TEST(dma_burst_size,128,128) &&
255 DWC_OTG_PARAM_TEST(dma_burst_size,25
[all...]
H A Ddwc_otg_cil.h396 int32_t dma_burst_size; /* Translate this to GAHBCFG values */ member in struct:dwc_otg_core_params
H A Ddwc_otg_cil.c624 ahbcfg.b.hburstlen = core_if->core_params->dma_burst_size;
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/dwc_otg/
H A Ddwc_otg_driver.c97 .dma_burst_size = -1,
214 if (dwc_otg_module_params.dma_burst_size != -1) {
215 if (DWC_OTG_PARAM_TEST(dma_burst_size,1,1) &&
216 DWC_OTG_PARAM_TEST(dma_burst_size,4,4) &&
217 DWC_OTG_PARAM_TEST(dma_burst_size,8,8) &&
218 DWC_OTG_PARAM_TEST(dma_burst_size,16,16) &&
219 DWC_OTG_PARAM_TEST(dma_burst_size,32,32) &&
220 DWC_OTG_PARAM_TEST(dma_burst_size,64,64) &&
221 DWC_OTG_PARAM_TEST(dma_burst_size,128,128) &&
222 DWC_OTG_PARAM_TEST(dma_burst_size,25
[all...]
H A Ddwc_otg_cil.h329 int32_t dma_burst_size; /* Translate this to GAHBCFG values */ member in struct:dwc_otg_core_params
H A Ddwc_otg_cil.c564 ahbcfg.b.hburstlen = _core_if->core_params->dma_burst_size;
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/ifxhcd/
H A Difxusb_driver.c520 static short dma_burst_size =-1; variable
595 switch(dma_burst_size)
602 ifxusb_module_params.dma_burst_size=dma_burst_size;
605 ifxusb_module_params.dma_burst_size=default_param_dma_burst_size;
840 module_param(dma_burst_size, short, 0444);
841 MODULE_PARM_DESC(dma_burst_size, "DMA Burst Size 0, 1, 4, 8, 16");
H A Difxusb_cif_d.c193 _core_if->params.dma_burst_size = _params->dma_burst_size;
250 switch (_core_if->params.dma_burst_size)
H A Difxusb_cif.h91 int32_t dma_burst_size; /*!< The DMA Burst size (applicable only for Internal DMA member in struct:ifxusb_params
H A Difxusb_cif_h.c140 _core_if->params.dma_burst_size = _params->dma_burst_size;
184 switch (_core_if->params.dma_burst_size)
H A Difxusb_ctl.c1315 IFX_PRINT(" Burst size: %d\n",params->dma_burst_size);

Completed in 99 milliseconds