Home
last modified time | relevance | path

Searched refs:bcma_device (Results 1 – 5 of 5) sorted by relevance

/include/linux/bcma/
Dbcma.h14 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 …]
Dbcma_driver_mips.h33 struct bcma_device;
36 struct bcma_device *core;
49 extern unsigned int bcma_core_mips_irq(struct bcma_device *dev);
Dbcma_soc.h8 struct bcma_device core_cc;
9 struct bcma_device core_mips;
Dbcma_driver_pci.h194 struct bcma_device *core;
209 struct bcma_device *core, bool enable);
Dbcma_driver_chipcommon.h352 struct bcma_device *core;