Searched refs:hprt0 (Results 1 - 22 of 22) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/ifxhcd/
H A Difxusb_cif.h187 volatile uint32_t *hprt0; /*!< pointer to HPRT0 Registers, offset at 440h */ member in struct:ifxusb_core_if
602 hprt0_data_t hprt0; local
603 hprt0.d32 = ifxusb_rreg(_core_if->hprt0);
604 hprt0.b.prtena = 0;
605 hprt0.b.prtconndet = 0;
606 hprt0.b.prtenchng = 0;
607 hprt0.b.prtovrcurrchng = 0;
608 return hprt0.d32;
H A Difxhcd.c533 hprt0_data_t hprt0; local
534 hprt0.d32 = ifxusb_read_hprt0(core_if);
536 IFX_PRINT("Init: Power Port (%d)\n", hprt0.b.prtpwr);
537 if (hprt0.b.prtpwr == 0 )
539 hprt0.b.prtpwr = 1;
540 ifxusb_wreg(core_if->hprt0, hprt0.d32);
555 hprt0_data_t hprt0 = { .d32=0 }; local
578 hprt0.b.prtpwr = 0;
579 ifxusb_wreg(ifxhcd->core_if.hprt0, hprt
906 hprt0_data_t hprt0 = {.d32 = 0}; local
[all...]
H A Difxhcd_queue.c63 hprt0_data_t hprt0; local
90 hprt0.d32 = ifxusb_read_hprt0 (&_ifxhcd->core_if);
104 if (hprt0.b.prtspd == IFXUSB_HPRT0_PRTSPD_HIGH_SPEED &&
H A Difxusb_ctl.c522 val.d32 = ifxusb_rreg(ifxusb_hcd_1.core_if.hprt0);
528 val.d32 = ifxusb_rreg(ifxusb_hcd_2.core_if.hprt0);
562 val.d32 = ifxusb_rreg(ifxusb_hcd.core_if.hprt0);
589 val.d32 = ifxusb_rreg(ifxusb_hcd_1.core_if.hprt0);
595 val.d32 = ifxusb_rreg(ifxusb_hcd_2.core_if.hprt0);
629 val.d32 = ifxusb_rreg(ifxusb_hcd.core_if.hprt0);
656 val.d32 = ifxusb_rreg(ifxusb_hcd_1.core_if.hprt0);
665 val.d32 = ifxusb_rreg(ifxusb_hcd_2.core_if.hprt0);
702 val.d32 = ifxusb_rreg(ifxusb_hcd.core_if.hprt0);
H A Difxhcd_intr.c3446 hprt0_data_t hprt0; local
3448 hprt0.d32 = ifxusb_read_hprt0 (&_ifxhcd->core_if);
3449 if (hprt0.b.prtspd == IFXUSB_HPRT0_PRTSPD_HIGH_SPEED) {
3471 hprt0_data_t hprt0; local
3474 hprt0.d32 =
3475 hprt0_modify.d32 = ifxusb_rreg(_ifxhcd->core_if.hprt0);
3487 if (hprt0.b.prtconndet) {
3489 "Port Connect Detected--\n", hprt0.d32);
3501 if (hprt0.b.prtenchng) {
3504 "Port Enable Changed--\n", hprt0
3555 hprt0_data_t hprt0 = {.d32=0}; local
[all...]
H A Difxusb_cif.c223 _core_if->hprt0 = (uint32_t*)((uint32_t)reg_base + IFXUSB_HOST_PORT_REGS_OFFSET);
1352 addr= _core_if->hprt0;
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/dwc_otg/
H A Ddwc_otg_hcd.c115 hprt0_data_t hprt0; local
122 hprt0.d32 = dwc_otg_read_hprt0 (core_if);
123 hprt0.b.prtrst = 1;
124 dwc_write_reg32(core_if->host_if->hprt0, hprt0.d32);
247 hprt0_data_t hprt0 = { .d32=0 }; local
249 hprt0.b.prtpwr = 0;
250 dwc_write_reg32(dwc_otg_hcd->core_if->host_if->hprt0, hprt0.d32);
369 hprt0_data_t hprt0; local
686 hprt0_data_t hprt0 = { .d32=0 }; local
1603 hprt0_data_t hprt0 = {.d32 = 0}; local
[all...]
H A Ddwc_otg_cil_intr.c396 hprt0_data_t hprt0; local
409 hprt0.d32 = dwc_otg_read_hprt0( _core_if );
410 hprt0.b.prtpwr = 1;
411 dwc_write_reg32(_core_if->host_if->hprt0, hprt0.d32);
475 hprt0_data_t hprt0 = {.d32=0}; local
483 hprt0.d32 = dwc_otg_read_hprt0( _core_if );
484 DWC_DEBUGPL(DBG_ANY,"Resume: HPRT0=%0x\n", hprt0.d32);
486 hprt0.b.prtres = 0; /* Resume */
487 dwc_write_reg32(_core_if->host_if->hprt0, hprt
[all...]
H A Ddwc_otg_cil.h727 hprt0_data_t hprt0; local
728 hprt0.d32 = dwc_read_reg32(_core_if->host_if->hprt0);
729 hprt0.b.prtena = 0;
730 hprt0.b.prtconndet = 0;
731 hprt0.b.prtenchng = 0;
732 hprt0.b.prtovrcurrchng = 0;
733 return hprt0.d32;
H A Ddwc_otg_hcd_intr.c291 hprt0_data_t hprt0; local
294 hprt0.d32 = dwc_read_reg32(_dwc_otg_hcd->core_if->host_if->hprt0);
295 hprt0_modify.d32 = dwc_read_reg32(_dwc_otg_hcd->core_if->host_if->hprt0);
307 if (hprt0.b.prtconndet) {
309 "Port Connect Detected--\n", hprt0.d32);
324 if (hprt0.b.prtenchng) {
326 "Port Enable Changed--\n", hprt0.d32);
328 if (hprt0.b.prtena == 1) {
342 if ((hprt0
[all...]
H A Ddwc_otg_attr.c176 <td> hprt0 </td>
430 DWC_OTG_DEVICE_ATTR_BITFIELD_RO(busconnected,otg_dev->core_if->host_if->hprt0,0x01,0,"Bus Connected");
444 DWC_OTG_DEVICE_ATTR_REG32_RW(hprt0,otg_dev->core_if->host_if->hprt0,"HPRT0");
521 val.d32 = dwc_read_reg32 (otg_dev->core_if->host_if->hprt0);
534 uint32_t *addr = (uint32_t *)otg_dev->core_if->host_if->hprt0;
557 val.d32 = dwc_read_reg32 (otg_dev->core_if->host_if->hprt0);
569 uint32_t *addr = (uint32_t *)otg_dev->core_if->host_if->hprt0;
H A Ddwc_otg_cil.c147 host_if->hprt0 = (uint32_t*)(reg_base + DWC_OTG_HOST_PORT_REGS_OFFSET);
975 hprt0_data_t hprt0 = {.d32 = 0}; local
1068 hprt0.d32 = dwc_otg_read_hprt0(_core_if);
1069 DWC_PRINT("Init: Power Port (%d)\n", hprt0.b.prtpwr);
1070 if (hprt0.b.prtpwr == 0 ) {
1071 hprt0.b.prtpwr = 1;
1072 dwc_write_reg32(host_if->hprt0, hprt0.d32);
2791 addr=_core_if->host_if->hprt0;
H A Ddwc_otg_hcd_queue.c174 hprt.d32 = dwc_read_reg32(_hcd->core_if->host_if->hprt0);
H A Ddwc_otg_regs.h1479 * hprt0 register.
1777 volatile uint32_t *hprt0; member in struct:dwc_otg_host_if
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddwc_otg_hcd.c122 hprt0_data_t hprt0; local
130 hprt0.d32 = dwc_otg_read_hprt0(core_if);
131 hprt0.b.prtrst = 1;
132 dwc_write_reg32(core_if->host_if->hprt0, hprt0.d32);
263 hprt0_data_t hprt0 = { .d32=0 }; local
265 hprt0.b.prtpwr = 0;
266 dwc_write_reg32(dwc_otg_hcd->core_if->host_if->hprt0, hprt0.d32);
383 hprt0_data_t hprt0; local
752 hprt0_data_t hprt0 = { .d32=0 }; local
1679 hprt0_data_t hprt0 = {.d32 = 0}; local
[all...]
H A Ddwc_otg_cil_intr.c421 hprt0_data_t hprt0; local
430 hprt0.d32 = dwc_otg_read_hprt0(core_if);
431 hprt0.b.prtpwr = 1;
432 dwc_write_reg32(core_if->host_if->hprt0, hprt0.d32);
466 hprt0_data_t hprt0 = {.d32=0}; local
474 hprt0.d32 = dwc_otg_read_hprt0(core_if);
475 DWC_DEBUGPL(DBG_ANY,"Resume: HPRT0=%0x\n", hprt0.d32);
477 hprt0.b.prtres = 0; /* Resume */
478 dwc_write_reg32(core_if->host_if->hprt0, hprt
[all...]
H A Ddwc_otg_cil.h892 hprt0_data_t hprt0; local
893 hprt0.d32 = dwc_read_reg32(_core_if->host_if->hprt0);
894 hprt0.b.prtena = 0;
895 hprt0.b.prtconndet = 0;
896 hprt0.b.prtenchng = 0;
897 hprt0.b.prtovrcurrchng = 0;
898 return hprt0.d32;
H A Ddwc_otg_hcd_intr.c295 hprt0_data_t hprt0; local
298 hprt0.d32 = dwc_read_reg32(dwc_otg_hcd->core_if->host_if->hprt0);
299 hprt0_modify.d32 = dwc_read_reg32(dwc_otg_hcd->core_if->host_if->hprt0);
311 if (hprt0.b.prtconndet) {
313 "Port Connect Detected--\n", hprt0.d32);
328 if (hprt0.b.prtenchng) {
330 "Port Enable Changed--\n", hprt0.d32);
332 if (hprt0.b.prtena == 1) {
345 if (hprt0
[all...]
H A Ddwc_otg_attr.c176 <td> hprt0 </td>
507 DWC_OTG_DEVICE_ATTR_BITFIELD_RO(busconnected,otg_dev->core_if->host_if->hprt0,0x01,0,"Bus Connected");
521 DWC_OTG_DEVICE_ATTR_REG32_RW(hprt0,otg_dev->core_if->host_if->hprt0,"HPRT0");
625 val.d32 = dwc_read_reg32 (otg_dev->core_if->host_if->hprt0);
643 uint32_t *addr = (uint32_t *)otg_dev->core_if->host_if->hprt0;
671 val.d32 = dwc_read_reg32 (otg_dev->core_if->host_if->hprt0);
688 uint32_t *addr = (uint32_t *)otg_dev->core_if->host_if->hprt0;
H A Ddwc_otg_hcd_queue.c188 hprt.d32 = dwc_read_reg32(hcd->core_if->host_if->hprt0);
H A Ddwc_otg_cil.c158 host_if->hprt0 = (uint32_t*)(reg_base + DWC_OTG_HOST_PORT_REGS_OFFSET);
1120 hprt0_data_t hprt0 = { .d32 = 0 }; local
1217 hprt0.d32 = dwc_otg_read_hprt0(core_if);
1218 DWC_PRINT("Init: Power Port (%d)\n", hprt0.b.prtpwr);
1219 if (hprt0.b.prtpwr == 0) {
1220 hprt0.b.prtpwr = 1;
1221 dwc_write_reg32(host_if->hprt0, hprt0.d32);
3324 addr=core_if->host_if->hprt0;
H A Ddwc_otg_regs.h1696 * hprt0 register.
2025 volatile uint32_t *hprt0; member in struct:dwc_otg_host_if

Completed in 108 milliseconds