bcma_cc_read32    660 include/linux/bcma/bcma_driver_chipcommon.h 	bcma_cc_write32(cc, offset, bcma_cc_read32(cc, offset) & (mask))
bcma_cc_read32    662 include/linux/bcma/bcma_driver_chipcommon.h 	bcma_cc_write32(cc, offset, bcma_cc_read32(cc, offset) | (set))
bcma_cc_read32    664 include/linux/bcma/bcma_driver_chipcommon.h 	bcma_cc_write32(cc, offset, (bcma_cc_read32(cc, offset) & (mask)) | (set))