Lines Matching defs:core
150 static inline void *bcma_get_drvdata(struct bcma_device *core) in bcma_get_drvdata()
154 static inline void bcma_set_drvdata(struct bcma_device *core, void *drvdata) in bcma_set_drvdata()
208 static inline u32 bcma_read8(struct bcma_device *core, u16 offset) in bcma_read8()
212 static inline u32 bcma_read16(struct bcma_device *core, u16 offset) in bcma_read16()
216 static inline u32 bcma_read32(struct bcma_device *core, u16 offset) in bcma_read32()
221 void bcma_write8(struct bcma_device *core, u16 offset, u32 value) in bcma_write8()
226 void bcma_write16(struct bcma_device *core, u16 offset, u32 value) in bcma_write16()
231 void bcma_write32(struct bcma_device *core, u16 offset, u32 value) in bcma_write32()
236 static inline void bcma_block_read(struct bcma_device *core, void *buffer, in bcma_block_read()
241 static inline void bcma_block_write(struct bcma_device *core, in bcma_block_write()
248 static inline u32 bcma_aread32(struct bcma_device *core, u16 offset) in bcma_aread32()
253 void bcma_awrite32(struct bcma_device *core, u16 offset, u32 value) in bcma_awrite32()