Lines Matching defs:core
282 static inline void *bcma_get_drvdata(struct bcma_device *core) in bcma_get_drvdata()
286 static inline void bcma_set_drvdata(struct bcma_device *core, void *drvdata) in bcma_set_drvdata()
363 static inline u32 bcma_read8(struct bcma_device *core, u16 offset) in bcma_read8()
367 static inline u32 bcma_read16(struct bcma_device *core, u16 offset) in bcma_read16()
371 static inline u32 bcma_read32(struct bcma_device *core, u16 offset) in bcma_read32()
376 void bcma_write8(struct bcma_device *core, u16 offset, u32 value) in bcma_write8()
381 void bcma_write16(struct bcma_device *core, u16 offset, u32 value) in bcma_write16()
386 void bcma_write32(struct bcma_device *core, u16 offset, u32 value) in bcma_write32()
391 static inline void bcma_block_read(struct bcma_device *core, void *buffer, in bcma_block_read()
396 static inline void bcma_block_write(struct bcma_device *core, in bcma_block_write()
403 static inline u32 bcma_aread32(struct bcma_device *core, u16 offset) in bcma_aread32()
408 void bcma_awrite32(struct bcma_device *core, u16 offset, u32 value) in bcma_awrite32()
461 struct bcma_device *core, bool enable) in bcma_host_pci_irq_ctl()