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