Searched refs:bcma_read32 (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/include/linux/bcma/ |
D | bcma.h | 380 static inline u32 bcma_read32(struct bcma_device *core, u16 offset) in bcma_read32() function 424 bcma_write32(cc, offset, bcma_read32(cc, offset) & mask); in bcma_mask32() 428 bcma_write32(cc, offset, bcma_read32(cc, offset) | set); in bcma_set32() 433 bcma_write32(cc, offset, (bcma_read32(cc, offset) & mask) | set); in bcma_maskset32()
|
D | bcma_driver_gmac_cmn.h | 91 #define gmac_cmn_read32(gc, offset) bcma_read32((gc)->core, offset)
|
D | bcma_driver_pcie2.h | 152 #define pcie2_read32(pcie2, offset) bcma_read32((pcie2)->core, offset)
|
D | bcma_driver_pci.h | 238 #define pcicore_read32(pc, offset) bcma_read32((pc)->core, offset)
|
D | bcma_driver_chipcommon.h | 659 bcma_read32((cc)->core, offset) 672 bcma_read32((cc)->pmu.core, offset)
|