Searched refs:bcma_read32 (Results 1 – 3 of 3) sorted by relevance
/include/linux/bcma/ |
D | bcma.h | 224 static inline u32 bcma_read32(struct bcma_device *core, u16 offset) in bcma_read32() function 268 bcma_write32(cc, offset, bcma_read32(cc, offset) & mask); in bcma_mask32() 272 bcma_write32(cc, offset, bcma_read32(cc, offset) | set); in bcma_set32() 277 bcma_write32(cc, offset, (bcma_read32(cc, offset) & mask) | set); in bcma_maskset32()
|
D | bcma_driver_pci.h | 204 #define pcicore_read32(pc, offset) bcma_read32((pc)->core, offset)
|
D | bcma_driver_chipcommon.h | 370 bcma_read32((cc)->core, offset)
|