• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/ifxhcd/

Lines Matching refs:d32

240 		gint_data_t intr = { .d32 = 0 };
244 ifxusb_mreg (&_ifxhcd->core_if.core_global_regs->gintmsk, intr.d32, 0);
245 ifxusb_mreg (&_ifxhcd->core_if.core_global_regs->gintsts, intr.d32, 0);
267 hcchar.d32 = ifxusb_rreg(&hc_regs->hcchar);
272 ifxusb_wreg(&hc_regs->hcchar, hcchar.d32);
500 ifxhcd->flags.d32 = 0;
534 hprt0.d32 = ifxusb_read_hprt0(core_if);
540 ifxusb_wreg(core_if->hprt0, hprt0.d32);
555 hprt0_data_t hprt0 = { .d32=0 };
579 ifxusb_wreg(ifxhcd->core_if.hprt0, hprt0.d32);
591 hfnum.d32 = ifxusb_rreg(&ifxhcd->core_if.host_global_regs->hfnum);
641 gintsts.d32=0;
643 ifxusb_mreg(&ifxhcd->core_if.core_global_regs->gintmsk, 0,gintsts.d32);
906 hprt0_data_t hprt0 = {.d32 = 0};
936 hprt0.d32 = ifxusb_read_hprt0 (core_if);
938 ifxusb_wreg(core_if->hprt0, hprt0.d32);
943 hprt0.d32 = ifxusb_read_hprt0 (core_if);
945 ifxusb_wreg(core_if->hprt0, hprt0.d32);
949 ifxusb_wreg(core_if->hprt0, hprt0.d32);
959 hprt0.d32 = ifxusb_read_hprt0 (core_if);
961 ifxusb_wreg(core_if->hprt0, hprt0.d32);
1090 hprt0.d32 = ifxusb_rreg(core_if->hprt0);
1091 IFX_DEBUGPL(DBG_HCDV, " HPRT0: 0x%08x\n", hprt0.d32);
1135 hprt0.d32 = ifxusb_read_hprt0 (core_if);
1137 ifxusb_wreg(core_if->hprt0, hprt0.d32);
1138 //IFX_PRINT( "SUSPEND: HPRT0=%0x\n", hprt0.d32);
1141 pcgcctl_data_t pcgcctl = {.d32=0};
1143 ifxusb_wreg(core_if->pcgcctl, pcgcctl.d32);
1150 hprt0.d32 = ifxusb_read_hprt0 (core_if);
1152 ifxusb_wreg(core_if->hprt0, hprt0.d32);
1157 hprt0.d32 = ifxusb_read_hprt0 (core_if);
1159 ifxusb_wreg(core_if->hprt0, hprt0.d32);
1163 ifxusb_wreg(core_if->hprt0, hprt0.d32);
1176 hprt0.d32 = ifxusb_read_hprt0 (core_if);
1178 ifxusb_wreg(core_if->hprt0, hprt0.d32);
1183 gintmsk.d32 = ifxusb_rreg(&core_if->core_global_regs->gintmsk);
1194 hprt0.d32 = ifxusb_read_hprt0 (core_if);
1197 ifxusb_wreg(core_if->hprt0, hprt0.d32);
1203 hprt0.d32 = ifxusb_read_hprt0 (core_if);
1206 ifxusb_wreg(core_if->hprt0, hprt0.d32);
1211 ifxusb_wreg(core_if->hprt0, hprt0.d32);
1214 ifxusb_wreg(&core_if->core_global_regs->gintmsk, gintmsk.d32);
1219 gintmsk.d32 = ifxusb_rreg(&core_if->core_global_regs->gintmsk);
1236 ifxusb_wreg(&core_if->core_global_regs->gintmsk, gintmsk.d32);
1242 gintmsk.d32 = ifxusb_rreg(&core_if->core_global_regs->gintmsk);
1262 ifxusb_wreg(&core_if->core_global_regs->gintmsk, gintmsk.d32);
1404 hc_intr_mask.d32 = 0xFFFFFFFF;
1406 ifxusb_wreg(&hc_regs->hcint, hc_intr_mask.d32);
1409 hc_intr_mask.d32 = 0;
1413 ifxusb_wreg(&hc_regs->hcintmsk, hc_intr_mask.d32);
1424 gint_data_t gintmsk ={.d32 = 0};
1426 ifxusb_mreg(&_ifxhcd->core_if.core_global_regs->gintmsk, 0, gintmsk.d32);
1436 hcchar.d32 = 0;
1442 ifxusb_wreg(&hc_regs->hcchar, hcchar.d32);
1456 hcsplt.d32 = 0;
1479 ifxusb_wreg(&hc_regs->hcsplt, hcsplt.d32);
1812 gint_data_t gintsts = {.d32 = 0};
1814 ifxusb_mreg(&_ifxhcd->core_if.core_global_regs->gintmsk,0, gintsts.d32);
1847 gint_data_t gintsts = {.d32 = 0};
1849 ifxusb_mreg(&_ifxhcd->core_if.core_global_regs->gintmsk,0, gintsts.d32);
1919 hctsiz_data_t hctsiz= { .d32=0 };
1927 ifxusb_wreg(&hc_regs->hctsiz, hctsiz.d32);
1932 hcint_data_t hcint= { .d32=0 };
1936 hcint.d32 =0xFFFFFFFF;
1937 ifxusb_wreg(&hc_regs->hcint, hcint.d32);
1944 IFX_DEBUGPL(DBG_HCDV, " HCCHART: 0x%08x\n", hcchar.d32);
1945 ifxusb_wreg(&hc_regs->hcchar, hcchar.d32);
1970 hctsiz_data_t hctsiz= { .d32=0 };
2002 gint_data_t gintsts = {.d32 = 0};
2004 ifxusb_mreg(&_core_if->core_global_regs->gintmsk,0, gintsts.d32);
2094 ifxusb_wreg(&hc_regs->hctsiz, hctsiz.d32);
2108 hcsplt.d32 = ifxusb_rreg (&hc_regs->hcsplt);
2121 ifxusb_wreg(&hc_regs->hcsplt, hcsplt.d32);
2122 IFX_DEBUGPL(DBG_HCDV, " SPLIT: XACT_POS:0x%08x\n", hcsplt.d32);
2125 hcchar.d32 = ifxusb_rreg(&hc_regs->hcchar);
2130 _ifxhc->start_hcchar_val = hcchar.d32;
2133 __func__, _ifxhc->hc_num, hcchar.d32);
2140 _ifxhc->hcchar=hcchar.d32;
2146 hcint_data_t hcint= { .d32=0 };
2147 hcint.d32 =0xFFFFFFFF;
2148 ifxusb_wreg(&hc_regs->hcint, hcint.d32);
2155 hcint.d32=ifxusb_rreg(&hc_regs->hcintmsk);
2163 ifxusb_wreg(&hc_regs->hcintmsk, hcint.d32);
2170 hfnum.d32 = ifxusb_rreg(&_core_if->host_global_regs->hfnum);
2173 _ifxhc->hcchar=hcchar.d32;
2180 gint_data_t gintsts = {.d32 = 0};
2182 ifxusb_mreg(&_core_if->core_global_regs->gintmsk,0, gintsts.d32);
2233 hcintmsk.d32 = 0;
2235 ifxusb_wreg(&hc_regs->hcintmsk, hcintmsk.d32);
2242 ifxusb_wreg(&hc_regs->hcint, ~hcintmsk.d32);
2251 hcchar.d32 = ifxusb_rreg(&hc_regs->hcchar);
2284 hcchar.d32 = ifxusb_rreg(&hc_regs->hcchar);
2290 ifxusb_wreg(&hc_regs->hcchar, hcchar.d32);
2295 IFX_DEBUGPL(DBG_HCDV, " hcchar: 0x%08x\n" , hcchar.d32);
2324 hcchar.d32 = ifxusb_rreg(&hc_regs->hcchar);
2326 IFX_WARN("%s: chdis set, channel %d, hcchar 0x%08x\n", __func__, _ifxhc->hc_num, hcchar.d32);
2403 hcchar.d32 = ifxusb_rreg(&hc_regs->hcchar);
2404 hcsplt.d32 = ifxusb_rreg(&hc_regs->hcsplt);
2405 hctsiz.d32 = ifxusb_rreg(&hc_regs->hctsiz);
2409 IFX_PRINT(" hcchar 0x%08x, hcsplt 0x%08x\n", hcchar.d32, hcsplt.d32);
2410 IFX_PRINT(" hctsiz 0x%08x, hcdma 0x%08x\n" , hctsiz.d32, hcdma);