HomeSort by relevance Sort by last modified time
    Searched refs:origidx (Results 1 - 5 of 5) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/shared/
hndpmu.c 73 uint origidx, intr_val = 0; local
83 cc = (chipcregs_t *) si_switch_core(sih, CC_CORE_ID, &origidx, &intr_val);
130 si_restore_core(sih, origidx, intr_val);
siutils.c 54 uint *origidx, void *regs);
185 uint *origidx, void *regs)
262 *origidx = i;
284 si_setcoreidx(&sii->pub, *origidx);
299 uint origidx; local
385 origidx = SI_CC_IDX;
386 if (!si_buscore_setup(sii, cc, bustype, savewin, &origidx, regs)) {
399 si_setcoreidx(sih, origidx);
692 void *si_switch_core(si_t *sih, uint coreid, uint *origidx, uint *intr_val)
700 *origidx = sii->curidx
1420 uint origidx; local
1478 uint origidx; local
    [all...]
sbutils.c 353 uint origidx = 0; local
407 origidx = si_coreidx(&sii->pub);
439 if (origidx != coreidx)
440 sb_setcoreidx(&sii->pub, origidx);
722 uint origidx; local
727 origidx = sii->curidx;
728 ASSERT(GOODIDX(origidx));
743 sb_setcoreidx(sih, origidx);
910 uint origidx; local
944 origidx = si_coreidx(sih)
    [all...]
aiutils.c 486 uint origidx = 0; local
540 origidx = si_coreidx(&sii->pub);
558 if (origidx != coreidx)
559 ai_setcoreidx(&sii->pub, origidx);
  /hardware/broadcom/wlan/bcm4329/src/include/
siutils.h 143 extern void *si_switch_core(si_t *sih, uint coreid, uint *origidx, uint *intr_val);

Completed in 223 milliseconds