Searched refs:hcfg (Results 1 - 10 of 10) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/dwc_otg/
H A Ddwc_otg_hcd_intr.c348 hcfg_data_t hcfg; local
356 hcfg.d32 = dwc_read_reg32(&host_if->host_global_regs->hcfg);
364 if (hcfg.b.fslspclksel != DWC_HCFG_6_MHZ) {
365 hcfg.b.fslspclksel = DWC_HCFG_6_MHZ;
366 dwc_write_reg32(&host_if->host_global_regs->hcfg,
367 hcfg.d32);
374 if (hcfg.b.fslspclksel != DWC_HCFG_48_MHZ) {
375 hcfg.b.fslspclksel = DWC_HCFG_48_MHZ;
376 dwc_write_reg32(&host_if->host_global_regs->hcfg,
[all...]
H A Ddwc_otg_cil.c288 hcfg_data_t hcfg; local
303 hcfg.d32 = dwc_read_reg32(&_core_if->host_if->host_global_regs->hcfg);
304 hcfg.b.fslspclksel = val;
305 dwc_write_reg32(&_core_if->host_if->host_global_regs->hcfg, hcfg.d32);
980 hcfg_data_t hcfg; local
993 hcfg.d32 = dwc_read_reg32(&host_if->host_global_regs->hcfg);
994 hcfg
[all...]
H A Ddwc_otg_regs.h1378 volatile uint32_t hcfg; member in struct:dwc_otg_host_global_regs
1396 * the <i>b</i>it elements. Write the <i>d32</i> member to the hcfg register.
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddwc_otg_hcd_intr.c350 hcfg_data_t hcfg; local
358 hcfg.d32 = dwc_read_reg32(&host_if->host_global_regs->hcfg);
365 if (hcfg.b.fslspclksel != DWC_HCFG_6_MHZ) {
366 hcfg.b.fslspclksel = DWC_HCFG_6_MHZ;
367 dwc_write_reg32(&host_if->host_global_regs->hcfg,
368 hcfg.d32);
374 if (hcfg.b.fslspclksel != DWC_HCFG_48_MHZ) {
375 hcfg.b.fslspclksel = DWC_HCFG_48_MHZ;
376 dwc_write_reg32(&host_if->host_global_regs->hcfg,
[all...]
H A Ddwc_otg_cil.c197 core_if->hcfg.d32 = dwc_read_reg32(&core_if->host_if->host_global_regs->hcfg);
200 DWC_DEBUGPL(DBG_CILV,"hcfg=%08x\n",core_if->hcfg.d32);
344 hcfg_data_t hcfg; local
359 hcfg.d32 = dwc_read_reg32(&core_if->host_if->host_global_regs->hcfg);
360 hcfg.b.fslspclksel = val;
361 dwc_write_reg32(&core_if->host_if->host_global_regs->hcfg, hcfg
1125 hcfg_data_t hcfg; local
[all...]
H A Ddwc_otg_cil.h724 hcfg_data_t hcfg; member in struct:dwc_otg_core_if
H A Ddwc_otg_regs.h1592 volatile uint32_t hcfg; member in struct:dwc_otg_host_global_regs
1610 * the <i>b</i>it elements. Write the <i>d32</i> member to the hcfg register.
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/ifxhcd/
H A Difxusb_cif_h.c216 hcfg_data_t hcfg; local
217 hcfg.d32 = ifxusb_rreg(&_core_if->host_global_regs->hcfg);
218 hcfg.b.fslspclksel = IFXUSB_HCFG_30_60_MHZ;
220 hcfg.b.fslssupp = 1;
221 ifxusb_wreg(&_core_if->host_global_regs->hcfg, hcfg.d32);
H A Difxusb_regs.h1124 volatile uint32_t hcfg; /*!< 400h Host Configuration Register. */ member in struct:ifxusb_host_global_regs
H A Difxusb_cif.c1340 addr=&_core_if->host_global_regs->hcfg;

Completed in 165 milliseconds