bcma_write16 416 include/linux/bcma/bcma.h bcma_write16(cc, offset, bcma_read16(cc, offset) & mask); bcma_write16 420 include/linux/bcma/bcma.h bcma_write16(cc, offset, bcma_read16(cc, offset) | set); bcma_write16 425 include/linux/bcma/bcma.h bcma_write16(cc, offset, (bcma_read16(cc, offset) & mask) | set); bcma_write16 91 include/linux/bcma/bcma_driver_gmac_cmn.h #define gmac_cmn_write16(gc, offset, val) bcma_write16((gc)->core, offset, val) bcma_write16 237 include/linux/bcma/bcma_driver_pci.h #define pcicore_write16(pc, offset, val) bcma_write16((pc)->core, offset, val) bcma_write16 150 include/linux/bcma/bcma_driver_pcie2.h #define pcie2_write16(pcie2, offset, val) bcma_write16((pcie2)->core, offset, val)