Searched defs:bcma_host_ops (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/include/linux/bcma/ | 
| D | bcma.h | 43 struct bcma_host_ops {  struct44 	u8 (*read8)(struct bcma_device *core, u16 offset);
 45 	u16 (*read16)(struct bcma_device *core, u16 offset);
 46 	u32 (*read32)(struct bcma_device *core, u16 offset);
 47 	void (*write8)(struct bcma_device *core, u16 offset, u8 value);
 48 	void (*write16)(struct bcma_device *core, u16 offset, u16 value);
 49 	void (*write32)(struct bcma_device *core, u16 offset, u32 value);
 51 	void (*block_read)(struct bcma_device *core, void *buffer,
 53 	void (*block_write)(struct bcma_device *core, const void *buffer,
 57 	u32 (*aread32)(struct bcma_device *core, u16 offset);
 [all …]
 
 |