Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ssb_bus_ops Struct Reference

#include <ssb.h>

Data Fields

u8(* read8 )(struct ssb_device *dev, u16 offset)
 
u16(* read16 )(struct ssb_device *dev, u16 offset)
 
u32(* read32 )(struct ssb_device *dev, u16 offset)
 
void(* write8 )(struct ssb_device *dev, u16 offset, u8 value)
 
void(* write16 )(struct ssb_device *dev, u16 offset, u16 value)
 
void(* write32 )(struct ssb_device *dev, u16 offset, u32 value)
 

Detailed Description

Definition at line 197 of file ssb.h.

Field Documentation

Definition at line 199 of file ssb.h.

Definition at line 200 of file ssb.h.

Definition at line 198 of file ssb.h.

Definition at line 202 of file ssb.h.

Definition at line 203 of file ssb.h.

Definition at line 201 of file ssb.h.


The documentation for this struct was generated from the following file: