Searched refs:bcma_read16 (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/include/linux/bcma/ |
D | bcma.h | 376 static inline u32 bcma_read16(struct bcma_device *core, u16 offset) in bcma_read16() function 437 bcma_write16(cc, offset, bcma_read16(cc, offset) & mask); in bcma_mask16() 441 bcma_write16(cc, offset, bcma_read16(cc, offset) | set); in bcma_set16() 446 bcma_write16(cc, offset, (bcma_read16(cc, offset) & mask) | set); in bcma_maskset16()
|
D | bcma_driver_gmac_cmn.h | 90 #define gmac_cmn_read16(gc, offset) bcma_read16((gc)->core, offset)
|
D | bcma_driver_pcie2.h | 151 #define pcie2_read16(pcie2, offset) bcma_read16((pcie2)->core, offset)
|
D | bcma_driver_pci.h | 237 #define pcicore_read16(pc, offset) bcma_read16((pc)->core, offset)
|