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

  /hardware/broadcom/wlan/bcm4329/src/include/
osl.h 44 #define SET_REG(osh, r, mask, val) W_REG((osh), (r), ((R_REG((osh), r) & ~(mask)) | (val)))
47 #define AND_REG(osh, r, v) W_REG(osh, (r), R_REG(osh, r) & (v))
51 #define OR_REG(osh, r, v) W_REG(osh, (r), R_REG(osh, r) | (v))
linux_osl.h 154 #define R_REG(osh, r) (\
169 #define R_REG(osh, r) (\
199 #define AND_REG(osh, r, v) W_REG(osh, (r), R_REG(osh, r) & (v))
200 #define OR_REG(osh, r, v) W_REG(osh, (r), R_REG(osh, r) | (v))
218 #define BUSPROBE(val, addr) ({ (val) = R_REG(NULL, (addr)); 0; })
  /hardware/broadcom/wlan/bcm4329/src/shared/
aiutils.c 53 ent = R_REG(si_osh(sih), (uint32 *)(uintptr)(*eromptr));
122 erombase = R_REG(sii->osh, &cc->eromptr);
422 return (R_REG(sii->osh, &ai->oobselouta30) & 0x1f);
470 return (((R_REG(sii->osh, &ai->ioctrl) & (SICF_FGC | SICF_CLOCK_EN)) == SICF_CLOCK_EN) &&
471 ((R_REG(sii->osh, &ai->resetctrl) & AIRC_RESET) == 0));
549 w = (R_REG(sii->osh, r) & ~mask) | val;
554 w = R_REG(sii->osh, r);
580 if (R_REG(sii->osh, &ai->resetctrl) & AIRC_RESET)
584 dummy = R_REG(sii->osh, &ai->ioctrl);
616 dummy = R_REG(sii->osh, &ai->ioctrl)
    [all...]
hndpmu.c 119 cc_data_temp = R_REG(osh, &cc->chipcontrol_data);
sbutils.c 81 val = R_REG(sii->osh, sbr);
115 dummy = R_REG(sii->osh, sbr);
117 dummy = R_REG(sii->osh, sbr);
120 dummy = R_REG(sii->osh, sbr);
122 dummy = R_REG(sii->osh, sbr);
420 w = (R_REG(sii->osh, r) & ~mask) | val;
434 w = R_REG(sii->osh, r);
496 numcores = (R_REG(sii->osh, &cc->chipid) & CID_CC_MASK) >>
siutils.c 199 sii->pub.chipst = R_REG(sii->osh, &cc->chipstatus);
202 sii->pub.cccaps = R_REG(sii->osh, &cc->capabilities);
206 sii->pub.pmucaps = R_REG(sii->osh, &cc->pmucapabilities);
357 w = R_REG(osh, &cc->chipid);
498 return R_REG(sii->osh, &ccsbr->sbflagst);
500 return R_REG(sii->osh, ((uint32 *)(uintptr)
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmpcispi.c 41 * R_REG/W_REG to bus specific access similar to linux_osl.h.
46 #define SPIPCI_RREG R_REG
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_sdio.c 232 uint regfails; /* Count of R_REG/W_REG failures */
386 regvar = R_REG(bus->dhd->osh, regaddr); \
    [all...]

Completed in 55 milliseconds