• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/

Lines Matching refs:eromptr

49 get_erom_ent(si_t *sih, uint32 **eromptr, uint32 mask, uint32 match)
55 ent = R_REG(si_osh(sih), *eromptr);
56 (*eromptr)++;
83 get_asd(si_t *sih, uint32 **eromptr, uint sp, uint ad, uint st, uint32 *addrl, uint32 *addrh,
88 asd = get_erom_ent(sih, eromptr, ER_VALID, ER_VALID);
93 (*eromptr)--;
98 *addrh = get_erom_ent(sih, eromptr, 0, 0);
104 szd = get_erom_ent(sih, eromptr, 0, 0);
107 *sizeh = get_erom_ent(sih, eromptr, 0, 0);
231 uint32 erombase, *eromptr, *eromlim;
233 erombase = R_REG(sii->osh, &cc->eromptr);
237 eromptr = (uint32 *)REG_MAP(erombase, SI_CORE_SIZE);
246 eromptr = regs;
251 eromptr = (uint32 *)(uintptr)erombase;
261 eromlim = eromptr + (ER_REMAPCONTROL / sizeof(uint32));
263 SI_VMSG(("ai_scan: regs = 0x%p, erombase = 0x%08x, eromptr = 0x%p, eromlim = 0x%p\n",
264 regs, erombase, eromptr, eromlim));
265 while (eromptr < eromlim) {
274 cia = get_erom_ent(sih, &eromptr, ER_TAG, ER_CI);
281 cib = get_erom_ent(sih, &eromptr, 0, 0);
299 mfg, cid, crev, eromptr - 1, nmw, nsw, nmp, nsp));
309 asd = get_asd(sih, &eromptr, 0, 0, AD_ST_SLAVE,
326 mpd = get_erom_ent(sih, &eromptr, ER_VALID, ER_VALID);
339 asd = get_asd(sih, &eromptr, 0, 0, AD_ST_SLAVE, &addrl, &addrh, &sizel, &sizeh);
343 asd = get_asd(sih, &eromptr, 0, 0, AD_ST_BRIDGE, &addrl, &addrh,
368 asd = get_asd(sih, &eromptr, 0, j, AD_ST_SLAVE, &addrl, &addrh,
381 asd = get_asd(sih, &eromptr, i, j, AD_ST_SLAVE, &addrl, &addrh,
396 asd = get_asd(sih, &eromptr, i, 0, AD_ST_MWRAP, &addrl, &addrh,
413 asd = get_asd(sih, &eromptr, fwp + i, 0, AD_ST_SWRAP, &addrl, &addrh,
533 uint32 erombase, *eromptr, *eromlim;
547 erombase = R_REG(sii->osh, &cc->eromptr);
548 eromptr = (uint32 *)REG_MAP(erombase, SI_CORE_SIZE);
549 eromlim = eromptr + (ER_REMAPCONTROL / sizeof(uint32));
559 while (eromptr < eromlim) {
560 if ((get_erom_ent(sih, &eromptr, ER_TAG, ER_CI) == cia) &&
561 (get_erom_ent(sih, &eromptr, 0, 0) == cib)) {
568 get_erom_ent(sih, &eromptr, ER_VALID, ER_VALID);
571 asd = get_asd(sih, &eromptr, 0, 0, AD_ST_SLAVE, &addrl, &addrh, &sizel, &sizeh);
574 asd = get_asd(sih, &eromptr, 0, 0, AD_ST_BRIDGE, &addrl, &addrh,
580 asd = get_asd(sih, &eromptr, 0, j, AD_ST_SLAVE, &addrl, &addrh,
589 asd = get_asd(sih, &eromptr, i, j, AD_ST_SLAVE, &addrl, &addrh,