Searched refs:bcma_device (Results 1 – 5 of 5) sorted by relevance
/include/linux/bcma/ |
D | bcma.h | 14 struct bcma_device; 35 u8 (*read8)(struct bcma_device *core, u16 offset); 36 u16 (*read16)(struct bcma_device *core, u16 offset); 37 u32 (*read32)(struct bcma_device *core, u16 offset); 38 void (*write8)(struct bcma_device *core, u16 offset, u8 value); 39 void (*write16)(struct bcma_device *core, u16 offset, u16 value); 40 void (*write32)(struct bcma_device *core, u16 offset, u32 value); 42 void (*block_read)(struct bcma_device *core, void *buffer, 44 void (*block_write)(struct bcma_device *core, const void *buffer, 48 u32 (*aread32)(struct bcma_device *core, u16 offset); [all …]
|
D | bcma_driver_mips.h | 33 struct bcma_device; 36 struct bcma_device *core; 49 extern unsigned int bcma_core_mips_irq(struct bcma_device *dev);
|
D | bcma_soc.h | 8 struct bcma_device core_cc; 9 struct bcma_device core_mips;
|
D | bcma_driver_pci.h | 194 struct bcma_device *core; 209 struct bcma_device *core, bool enable);
|
D | bcma_driver_chipcommon.h | 352 struct bcma_device *core;
|