Searched refs:bcma_device (Results 1 - 7 of 7) sorted by relevance
/include/linux/bcma/ |
H A D | bcma_soc.h | 8 struct bcma_device core_cc; 9 struct bcma_device core_mips;
|
H A D | bcma_driver_mips.h | 34 struct bcma_device; 37 struct bcma_device *core; 46 extern unsigned int bcma_core_irq(struct bcma_device *core); 51 static inline unsigned int bcma_core_irq(struct bcma_device *core)
|
H A D | bcma.h | 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 *cor 256 struct bcma_device { struct [all...] |
H A D | bcma_driver_gmac_cmn.h | 81 struct bcma_device *core;
|
H A D | bcma_driver_pci.h | 225 struct bcma_device *core; 242 struct bcma_device *core, bool enable);
|
H A D | bcma_driver_pcie2.h | 145 struct bcma_device *core;
|
H A D | bcma_driver_chipcommon.h | 615 struct bcma_device *core; 648 struct bcma_device *core;
|
Completed in 58 milliseconds