bcma_cc_read32
cc->status = bcma_cc_read32(cc, BCMA_CC_CHIPSTAT);
cc->capabilities = bcma_cc_read32(cc, BCMA_CC_CAP);
cc->capabilities_ext = bcma_cc_read32(cc, BCMA_CC_CAP_EXT);
value |= bcma_cc_read32(cc, offset) & ~mask;
return bcma_cc_read32(cc, BCMA_CC_IRQSTAT) & mask;
return bcma_cc_read32(cc, BCMA_CC_GPIOIN) & mask;
bcma_cc_read32(cc, BCMA_CC_CORECTL)
bcma_cc_read32(cc, BCMA_CC_CORECTL)
bcma_cc_read32(cc, BCMA_CC_CORECTL)
reg = bcma_cc_read32(cc, BCMA_CC_NAND_CS_NAND_SELECT) & 0xff;
val = bcma_cc_read32(cc, BCMA_CC_CHIPCTL);
tmp = bcma_cc_read32(cc, BCMA_CC_CHIPSTAT);
tmp = bcma_cc_read32(cc, BCMA_CC_CHIPSTAT);
id = bcma_cc_read32(cc, BCMA_CC_FLASHDATA);
id2 = bcma_cc_read32(cc, BCMA_CC_FLASHDATA);
id = bcma_cc_read32(cc, BCMA_CC_FLASHDATA) & 0x3c;
if (!(bcma_cc_read32(cc, BCMA_CC_FLASHCTL) &
u32 val = bcma_cc_read32(cc, BCMA_CC_GPIOIN);
u32 mask = bcma_cc_read32(cc, BCMA_CC_GPIOIRQ);
u32 pol = bcma_cc_read32(cc, BCMA_CC_GPIOPOL);
return bcma_cc_read32(b47s->bcma_cc, offset);
*dest = bcma_cc_read32(b47n->cc, BCMA_CC_NFLASH_DATA);
return !!(bcma_cc_read32(b47n->cc, BCMA_CC_NFLASH_CTL) & NCTL_READY);
bcma_cc_read32(b47n->cc, BCMA_CC_NFLASH_DATA)
return bcma_cc_read32(cc, BCMA_CC_NFLASH_DATA) & 0xff;
if (!(bcma_cc_read32(cc, BCMA_CC_NFLASH_CTL) & NCTL_START)) {
if (bcma_cc_read32(cc, BCMA_CC_NFLASH_CTL) & NCTL_READY) {
if (bcma_cc_read32(cc, BCMA_CC_NFLASH_CTL) &
val = bcma_cc_read32(sc->cc, offset);
bcma_cc_write32(cc, offset, bcma_cc_read32(cc, offset) & (mask))
bcma_cc_write32(cc, offset, bcma_cc_read32(cc, offset) | (set))
bcma_cc_write32(cc, offset, (bcma_cc_read32(cc, offset) & (mask)) | (set))