Searched defs:bcma_host_ops (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/include/linux/bcma/ |
D | bcma.h | 34 struct bcma_host_ops { struct 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 …]
|