Lines Matching refs:bcma_device
16 struct bcma_device;
42 u8 (*read8)(struct bcma_device *core, u16 offset);
43 u16 (*read16)(struct bcma_device *core, u16 offset);
44 u32 (*read32)(struct bcma_device *core, u16 offset);
45 void (*write8)(struct bcma_device *core, u16 offset, u8 value);
46 void (*write16)(struct bcma_device *core, u16 offset, u16 value);
47 void (*write32)(struct bcma_device *core, u16 offset, u32 value);
49 void (*block_read)(struct bcma_device *core, void *buffer,
51 void (*block_write)(struct bcma_device *core, const void *buffer,
55 u32 (*aread32)(struct bcma_device *core, u16 offset);
56 void (*awrite32)(struct bcma_device *core, u16 offset, u32 value);
258 struct bcma_device { struct
282 static inline void *bcma_get_drvdata(struct bcma_device *core) in bcma_get_drvdata() argument
286 static inline void bcma_set_drvdata(struct bcma_device *core, void *drvdata) in bcma_set_drvdata()
295 int (*probe)(struct bcma_device *dev);
296 void (*remove)(struct bcma_device *dev);
297 int (*suspend)(struct bcma_device *dev);
298 int (*resume)(struct bcma_device *dev);
299 void (*shutdown)(struct bcma_device *dev);
346 struct bcma_device *mapped_core;
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()
413 static inline void bcma_mask32(struct bcma_device *cc, u16 offset, u32 mask) in bcma_mask32()
417 static inline void bcma_set32(struct bcma_device *cc, u16 offset, u32 set) in bcma_set32()
421 static inline void bcma_maskset32(struct bcma_device *cc, in bcma_maskset32()
426 static inline void bcma_mask16(struct bcma_device *cc, u16 offset, u16 mask) in bcma_mask16()
430 static inline void bcma_set16(struct bcma_device *cc, u16 offset, u16 set) in bcma_set16()
434 static inline void bcma_maskset16(struct bcma_device *cc, in bcma_maskset16()
440 extern struct bcma_device *bcma_find_core_unit(struct bcma_bus *bus, u16 coreid,
442 static inline struct bcma_device *bcma_find_core(struct bcma_bus *bus, in bcma_find_core()
452 struct bcma_device *core, bool enable);
461 struct bcma_device *core, bool enable) in bcma_host_pci_irq_ctl()
469 extern bool bcma_core_is_enabled(struct bcma_device *core);
470 extern void bcma_core_disable(struct bcma_device *core, u32 flags);
471 extern int bcma_core_enable(struct bcma_device *core, u32 flags);
472 extern void bcma_core_set_clockmode(struct bcma_device *core,
474 extern void bcma_core_pll_ctl(struct bcma_device *core, u32 req, u32 status,
481 extern u32 bcma_core_dma_translation(struct bcma_device *core);
483 extern unsigned int bcma_core_irq(struct bcma_device *core, int num);