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

  /hardware/broadcom/wlan/bcm4329/src/shared/
siutils.c 821 si_corereg(si_t *sih, uint coreidx, uint regoff, uint mask, uint val)
824 return sb_corereg(sih, coreidx, regoff, mask, val);
826 return ai_corereg(sih, coreidx, regoff, mask, val);
1068 uint regoff; local
1070 regoff = 0;
1082 regoff = OFFSETOF(chipcregs_t, gpiocontrol);
1083 return (si_corereg(sih, SI_CC_IDX, regoff, mask, val));
1090 uint regoff; local
1092 regoff = 0;
1104 regoff = OFFSETOF(chipcregs_t, gpioouten)
1112 uint regoff; local
1201 uint regoff; local
1215 uint regoff; local
1236 uint regoff; local
    [all...]
aiutils.c 484 ai_corereg(si_t *sih, uint coreidx, uint regoff, uint mask, uint val)
496 ASSERT(regoff < SI_CORE_SIZE);
511 r = (uint32 *)((uchar *)sii->common_info->regs[coreidx] + regoff);
519 r = (uint32 *)((char *)sii->curmap + PCI_16KB0_CCREGS_OFFSET + regoff);
527 PCI_16KB0_PCIREGS_OFFSET + regoff);
530 ((regoff >= SBCONFIGOFF) ?
532 regoff);
543 r = (uint32*) ((uchar*) ai_setcoreidx(&sii->pub, coreidx) + regoff);
sbutils.c 351 sb_corereg(si_t *sih, uint coreidx, uint regoff, uint mask, uint val)
363 ASSERT(regoff < SI_CORE_SIZE);
378 r = (uint32 *)((uchar *)sii->common_info->regs[coreidx] + regoff);
386 r = (uint32 *)((char *)sii->curmap + PCI_16KB0_CCREGS_OFFSET + regoff);
394 PCI_16KB0_PCIREGS_OFFSET + regoff);
397 ((regoff >= SBCONFIGOFF) ?
399 regoff);
410 r = (uint32*) ((uchar*)sb_setcoreidx(&sii->pub, coreidx) + regoff);
416 if (regoff >= SBCONFIGOFF) {
426 if (regoff >= SBCONFIGOFF
    [all...]
siutils_priv.h 160 extern uint sb_corereg(si_t *sih, uint coreidx, uint regoff, uint mask, uint val);
204 extern uint ai_corereg(si_t *sih, uint coreidx, uint regoff, uint mask, uint val);
  /hardware/broadcom/wlan/bcm4329/src/include/
siutils.h 133 extern uint si_corereg(si_t *sih, uint coreidx, uint regoff, uint mask, uint val);

Completed in 262 milliseconds