|
Linux Kernel
3.7.1
|
#include <bcma.h>
Data Fields | |
| u8(* | read8 )(struct bcma_device *core, u16 offset) |
| u16(* | read16 )(struct bcma_device *core, u16 offset) |
| u32(* | read32 )(struct bcma_device *core, u16 offset) |
| void(* | write8 )(struct bcma_device *core, u16 offset, u8 value) |
| void(* | write16 )(struct bcma_device *core, u16 offset, u16 value) |
| void(* | write32 )(struct bcma_device *core, u16 offset, u32 value) |
| u32(* | aread32 )(struct bcma_device *core, u16 offset) |
| void(* | awrite32 )(struct bcma_device *core, u16 offset, u32 value) |
1.8.2