Searched defs:ssb_bus_ops (Results  1 – 1 of 1) sorted by relevance
| /linux-4.4.14/include/linux/ssb/ | 
| D | ssb.h | 206 struct ssb_bus_ops {  struct207 	u8 (*read8)(struct ssb_device *dev, u16 offset);
 208 	u16 (*read16)(struct ssb_device *dev, u16 offset);
 209 	u32 (*read32)(struct ssb_device *dev, u16 offset);
 210 	void (*write8)(struct ssb_device *dev, u16 offset, u8 value);
 211 	void (*write16)(struct ssb_device *dev, u16 offset, u16 value);
 212 	void (*write32)(struct ssb_device *dev, u16 offset, u32 value);
 214 	void (*block_read)(struct ssb_device *dev, void *buffer,
 216 	void (*block_write)(struct ssb_device *dev, const void *buffer,
 
 |