Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
gio.h File Reference

Go to the source code of this file.

Macros

#define GIO_ID(x)   (x & 0x7f)
 
#define GIO_32BIT_ID   0x80
 
#define GIO_REV(x)   ((x >> 8) & 0xff)
 
#define GIO_64BIT_IFACE   0x10000
 
#define GIO_ROM_PRESENT   0x20000
 
#define GIO_VENDOR_CODE(x)   ((x >> 18) & 0x3fff)
 
#define GIO_SLOT_GFX_BASE   0x1f000000
 
#define GIO_SLOT_EXP0_BASE   0x1f400000
 
#define GIO_SLOT_EXP1_BASE   0x1f600000
 

Macro Definition Documentation

#define GIO_32BIT_ID   0x80

Definition at line 76 of file gio.h.

#define GIO_64BIT_IFACE   0x10000

Definition at line 78 of file gio.h.

#define GIO_ID (   x)    (x & 0x7f)

Definition at line 75 of file gio.h.

#define GIO_REV (   x)    ((x >> 8) & 0xff)

Definition at line 77 of file gio.h.

#define GIO_ROM_PRESENT   0x20000

Definition at line 79 of file gio.h.

#define GIO_SLOT_EXP0_BASE   0x1f400000

Definition at line 83 of file gio.h.

#define GIO_SLOT_EXP1_BASE   0x1f600000

Definition at line 84 of file gio.h.

#define GIO_SLOT_GFX_BASE   0x1f000000

Definition at line 82 of file gio.h.

#define GIO_VENDOR_CODE (   x)    ((x >> 18) & 0x3fff)

Definition at line 80 of file gio.h.