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

#include <libsbew.h>

Data Fields

unsigned char func
 
unsigned char brdno
 
unsigned char irq
 
unsigned char size
 
int reserved1
 
union {
   unsigned long   virt64
 
   u_int32_t   virt32 [2]
 
v
 
union {
   unsigned long   phys64
 
   u_int32_t   phys32 [2]
 
p
 
int reserved2 [4]
 

Detailed Description

get board address information

Definition at line 137 of file libsbew.h.

Field Documentation

unsigned char brdno

Definition at line 140 of file libsbew.h.

unsigned char func

Definition at line 139 of file libsbew.h.

unsigned char irq

Definition at line 141 of file libsbew.h.

union { ... } p
u_int32_t phys32[2]

Definition at line 155 of file libsbew.h.

unsigned long phys64

Definition at line 154 of file libsbew.h.

int reserved1

Definition at line 145 of file libsbew.h.

int reserved2[4]

Definition at line 157 of file libsbew.h.

unsigned char size

Definition at line 142 of file libsbew.h.

union { ... } v
u_int32_t virt32[2]

Definition at line 150 of file libsbew.h.

unsigned long virt64

Definition at line 149 of file libsbew.h.


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