Lines Matching defs:core
280 static inline void *bcma_get_drvdata(struct bcma_device *core) in bcma_get_drvdata()
284 static inline void bcma_set_drvdata(struct bcma_device *core, void *drvdata) in bcma_set_drvdata()
352 static inline u32 bcma_read8(struct bcma_device *core, u16 offset) in bcma_read8()
356 static inline u32 bcma_read16(struct bcma_device *core, u16 offset) in bcma_read16()
360 static inline u32 bcma_read32(struct bcma_device *core, u16 offset) in bcma_read32()
365 void bcma_write8(struct bcma_device *core, u16 offset, u32 value) in bcma_write8()
370 void bcma_write16(struct bcma_device *core, u16 offset, u32 value) in bcma_write16()
375 void bcma_write32(struct bcma_device *core, u16 offset, u32 value) in bcma_write32()
380 static inline void bcma_block_read(struct bcma_device *core, void *buffer, in bcma_block_read()
385 static inline void bcma_block_write(struct bcma_device *core, in bcma_block_write()
392 static inline u32 bcma_aread32(struct bcma_device *core, u16 offset) in bcma_aread32()
397 void bcma_awrite32(struct bcma_device *core, u16 offset, u32 value) in bcma_awrite32()
450 struct bcma_device *core, bool enable) in bcma_host_pci_irq_ctl()