Home
last modified time | relevance | path

Searched refs:bcma_read32 (Results 1 – 3 of 3) sorted by relevance

/include/linux/bcma/
Dbcma.h224 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()
Dbcma_driver_pci.h204 #define pcicore_read32(pc, offset) bcma_read32((pc)->core, offset)
Dbcma_driver_chipcommon.h370 bcma_read32((cc)->core, offset)