Searched refs:ahbcfg (Results 1 - 5 of 5) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/ifxhcd/
H A Difxusb_cif_d.c181 gahbcfg_data_t ahbcfg ={.d32 = 0}; local
253 ahbcfg.b.hburstlen = IFXUSB_GAHBCFG_INT_DMA_BURST_SINGLE;
256 ahbcfg.b.hburstlen = IFXUSB_GAHBCFG_INT_DMA_BURST_INCR;
259 ahbcfg.b.hburstlen = IFXUSB_GAHBCFG_INT_DMA_BURST_INCR4;
262 ahbcfg.b.hburstlen = IFXUSB_GAHBCFG_INT_DMA_BURST_INCR8;
265 ahbcfg.b.hburstlen = IFXUSB_GAHBCFG_INT_DMA_BURST_INCR16;
268 ahbcfg.b.dmaenable = 1;
269 ifxusb_wreg(&global_regs->gahbcfg, ahbcfg.d32);
H A Difxusb_cif_h.c131 gahbcfg_data_t ahbcfg ={.d32 = 0}; local
187 ahbcfg.b.hburstlen = IFXUSB_GAHBCFG_INT_DMA_BURST_SINGLE;
190 ahbcfg.b.hburstlen = IFXUSB_GAHBCFG_INT_DMA_BURST_INCR;
193 ahbcfg.b.hburstlen = IFXUSB_GAHBCFG_INT_DMA_BURST_INCR4;
196 ahbcfg.b.hburstlen = IFXUSB_GAHBCFG_INT_DMA_BURST_INCR8;
199 ahbcfg.b.hburstlen = IFXUSB_GAHBCFG_INT_DMA_BURST_INCR16;
202 ahbcfg.b.dmaenable = 1;
203 ifxusb_wreg(&global_regs->gahbcfg, ahbcfg.d32);
H A Difxusb_cif.c354 gahbcfg_data_t ahbcfg ={ .d32 = 0}; local
355 ahbcfg.b.glblintrmsk = 1; /* Enable interrupts */
356 ifxusb_mreg(&_core_if->core_global_regs->gahbcfg, 0, ahbcfg.d32);
365 gahbcfg_data_t ahbcfg ={ .d32 = 0}; local
366 ahbcfg.b.glblintrmsk = 1; /* Enable interrupts */
367 ifxusb_mreg(&_core_if->core_global_regs->gahbcfg, ahbcfg.d32, 0);
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/dwc_otg/
H A Ddwc_otg_cil.c232 gahbcfg_data_t ahbcfg = { .d32 = 0}; local
233 ahbcfg.b.glblintrmsk = 1; /* Enable interrupts */
234 dwc_modify_reg32(&_core_if->core_global_regs->gahbcfg, 0, ahbcfg.d32);
244 gahbcfg_data_t ahbcfg = { .d32 = 0}; local
245 ahbcfg.b.glblintrmsk = 1; /* Enable interrupts */
246 dwc_modify_reg32(&_core_if->core_global_regs->gahbcfg, ahbcfg.d32, 0);
394 gahbcfg_data_t ahbcfg = { .d32 = 0}; local
557 ahbcfg.b.nptxfemplvl_txfemplvl = DWC_GAHBCFG_TXFEMPTYLVL_HALFEMPTY;
558 ahbcfg.b.ptxfemplvl = DWC_GAHBCFG_TXFEMPTYLVL_HALFEMPTY;
564 ahbcfg
[all...]
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddwc_otg_cil.c282 gahbcfg_data_t ahbcfg = { .d32 = 0}; local
283 ahbcfg.b.glblintrmsk = 1; /* Enable interrupts */
284 dwc_modify_reg32(&core_if->core_global_regs->gahbcfg, 0, ahbcfg.d32);
295 gahbcfg_data_t ahbcfg = { .d32 = 0}; local
296 ahbcfg.b.glblintrmsk = 1; /* Enable interrupts */
297 dwc_modify_reg32(&core_if->core_global_regs->gahbcfg, ahbcfg.d32, 0);
462 gahbcfg_data_t ahbcfg = { .d32 = 0 }; local
616 ahbcfg.b.nptxfemplvl_txfemplvl = DWC_GAHBCFG_TXFEMPTYLVL_HALFEMPTY;
617 ahbcfg.b.ptxfemplvl = DWC_GAHBCFG_TXFEMPTYLVL_HALFEMPTY;
624 ahbcfg
[all...]

Completed in 38 milliseconds