Searched refs:bcma_cc_write32 (Results 1 – 1 of 1) sorted by relevance
/include/linux/bcma/ |
D | bcma_driver_chipcommon.h | 660 #define bcma_cc_write32(cc, offset, val) \ macro 664 bcma_cc_write32(cc, offset, bcma_cc_read32(cc, offset) & (mask)) 666 bcma_cc_write32(cc, offset, bcma_cc_read32(cc, offset) | (set)) 668 bcma_cc_write32(cc, offset, (bcma_cc_read32(cc, offset) & (mask)) | (set))
|