bcma_cc_read32     22 drivers/bcma/driver_chipcommon.c 	value |= bcma_cc_read32(cc, offset) & ~mask;
bcma_cc_read32    179 drivers/bcma/driver_chipcommon.c 		cc->status = bcma_cc_read32(cc, BCMA_CC_CHIPSTAT);
bcma_cc_read32    180 drivers/bcma/driver_chipcommon.c 	cc->capabilities = bcma_cc_read32(cc, BCMA_CC_CAP);
bcma_cc_read32    182 drivers/bcma/driver_chipcommon.c 		cc->capabilities_ext = bcma_cc_read32(cc, BCMA_CC_CAP_EXT);
bcma_cc_read32    271 drivers/bcma/driver_chipcommon.c 	return bcma_cc_read32(cc, BCMA_CC_IRQSTAT) & mask;
bcma_cc_read32    276 drivers/bcma/driver_chipcommon.c 	return bcma_cc_read32(cc, BCMA_CC_GPIOIN) & mask;
bcma_cc_read32    390 drivers/bcma/driver_chipcommon.c 				       bcma_cc_read32(cc, BCMA_CC_CORECTL)
bcma_cc_read32    395 drivers/bcma/driver_chipcommon.c 			       bcma_cc_read32(cc, BCMA_CC_CORECTL)
bcma_cc_read32    400 drivers/bcma/driver_chipcommon.c 				       bcma_cc_read32(cc, BCMA_CC_CORECTL)
bcma_cc_read32    215 drivers/bcma/driver_chipcommon_pmu.c 	val = bcma_cc_read32(cc, BCMA_CC_CHIPCTL);
bcma_cc_read32    361 drivers/bcma/driver_chipcommon_pmu.c 		tmp = bcma_cc_read32(cc, BCMA_CC_CHIPSTAT);
bcma_cc_read32    401 drivers/bcma/driver_chipcommon_pmu.c 	tmp = bcma_cc_read32(cc, BCMA_CC_CHIPSTAT);
bcma_cc_read32     80 drivers/bcma/driver_chipcommon_sflash.c 		if (!(bcma_cc_read32(cc, BCMA_CC_FLASHCTL) &
bcma_cc_read32    102 drivers/bcma/driver_chipcommon_sflash.c 		id = bcma_cc_read32(cc, BCMA_CC_FLASHDATA);
bcma_cc_read32    106 drivers/bcma/driver_chipcommon_sflash.c 		id2 = bcma_cc_read32(cc, BCMA_CC_FLASHDATA);
bcma_cc_read32    132 drivers/bcma/driver_chipcommon_sflash.c 		id = bcma_cc_read32(cc, BCMA_CC_FLASHDATA) & 0x3c;
bcma_cc_read32    106 drivers/bcma/driver_gpio.c 	u32 val = bcma_cc_read32(cc, BCMA_CC_GPIOIN);
bcma_cc_read32    107 drivers/bcma/driver_gpio.c 	u32 mask = bcma_cc_read32(cc, BCMA_CC_GPIOIRQ);
bcma_cc_read32    108 drivers/bcma/driver_gpio.c 	u32 pol = bcma_cc_read32(cc, BCMA_CC_GPIOPOL);
bcma_cc_read32    276 drivers/mtd/devices/bcm47xxsflash.c 	return bcma_cc_read32(b47s->bcma_cc, offset);
bcma_cc_read32     49 drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c 		if (!(bcma_cc_read32(cc, BCMA_CC_NFLASH_CTL) & NCTL_START)) {
bcma_cc_read32     66 drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c 		if (bcma_cc_read32(cc, BCMA_CC_NFLASH_CTL) & NCTL_READY) {
bcma_cc_read32     67 drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c 			if (bcma_cc_read32(cc, BCMA_CC_NFLASH_CTL) &
bcma_cc_read32    127 drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c 			*dest = bcma_cc_read32(b47n->cc, BCMA_CC_NFLASH_DATA);
bcma_cc_read32    199 drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c 	return !!(bcma_cc_read32(b47n->cc, BCMA_CC_NFLASH_CTL) & NCTL_READY);
bcma_cc_read32    254 drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c 				bcma_cc_read32(b47n->cc, BCMA_CC_NFLASH_DATA)
bcma_cc_read32    325 drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c 		return bcma_cc_read32(cc, BCMA_CC_NFLASH_DATA) & 0xff;
bcma_cc_read32    664 include/linux/bcma/bcma_driver_chipcommon.h 	bcma_cc_write32(cc, offset, bcma_cc_read32(cc, offset) & (mask))
bcma_cc_read32    666 include/linux/bcma/bcma_driver_chipcommon.h 	bcma_cc_write32(cc, offset, bcma_cc_read32(cc, offset) | (set))
bcma_cc_read32    668 include/linux/bcma/bcma_driver_chipcommon.h 	bcma_cc_write32(cc, offset, (bcma_cc_read32(cc, offset) & (mask)) | (set))