Lines Matching defs:core
291 static inline void *bcma_get_drvdata(struct bcma_device *core) in bcma_get_drvdata()
295 static inline void bcma_set_drvdata(struct bcma_device *core, void *drvdata) in bcma_set_drvdata()
367 static inline u32 bcma_read8(struct bcma_device *core, u16 offset) in bcma_read8()
371 static inline u32 bcma_read16(struct bcma_device *core, u16 offset) in bcma_read16()
375 static inline u32 bcma_read32(struct bcma_device *core, u16 offset) in bcma_read32()
380 void bcma_write8(struct bcma_device *core, u16 offset, u32 value) in bcma_write8()
385 void bcma_write16(struct bcma_device *core, u16 offset, u32 value) in bcma_write16()
390 void bcma_write32(struct bcma_device *core, u16 offset, u32 value) in bcma_write32()
395 static inline void bcma_block_read(struct bcma_device *core, void *buffer, in bcma_block_read()
400 static inline void bcma_block_write(struct bcma_device *core, in bcma_block_write()
407 static inline u32 bcma_aread32(struct bcma_device *core, u16 offset) in bcma_aread32()
412 void bcma_awrite32(struct bcma_device *core, u16 offset, u32 value) in bcma_awrite32()
465 struct bcma_device *core, bool enable) in bcma_host_pci_irq_ctl()