bcma_write32      403 include/linux/bcma/bcma.h 	bcma_write32(cc, offset, bcma_read32(cc, offset) & mask);
bcma_write32      407 include/linux/bcma/bcma.h 	bcma_write32(cc, offset, bcma_read32(cc, offset) | set);
bcma_write32      412 include/linux/bcma/bcma.h 	bcma_write32(cc, offset, (bcma_read32(cc, offset) & mask) | set);
bcma_write32      657 include/linux/bcma/bcma_driver_chipcommon.h 	bcma_write32((cc)->core, offset, val)
bcma_write32       92 include/linux/bcma/bcma_driver_gmac_cmn.h #define gmac_cmn_write32(gc, offset, val)	bcma_write32((gc)->core, offset, val)
bcma_write32      238 include/linux/bcma/bcma_driver_pci.h #define pcicore_write32(pc, offset, val)	bcma_write32((pc)->core, offset, val)
bcma_write32      151 include/linux/bcma/bcma_driver_pcie2.h #define pcie2_write32(pcie2, offset, val)	bcma_write32((pcie2)->core, offset, val)