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

Go to the source code of this file.

Macros

#define CARMINE_MEMORY_BAR   2
 
#define CARMINE_CONFIG_BAR   3
 
#define MAX_DISPLAY   2
 
#define CARMINE_DISPLAY_MEM   (800 * 600 * 4)
 
#define CARMINE_TOTAL_DIPLAY_MEM   (CARMINE_DISPLAY_MEM * MAX_DISPLAY)
 
#define CARMINE_USE_DISPLAY0   (1 << 0)
 
#define CARMINE_USE_DISPLAY1   (1 << 1)
 

Macro Definition Documentation

#define CARMINE_CONFIG_BAR   3

Definition at line 5 of file carminefb.h.

#define CARMINE_DISPLAY_MEM   (800 * 600 * 4)

Definition at line 8 of file carminefb.h.

#define CARMINE_MEMORY_BAR   2

Definition at line 4 of file carminefb.h.

#define CARMINE_TOTAL_DIPLAY_MEM   (CARMINE_DISPLAY_MEM * MAX_DISPLAY)

Definition at line 9 of file carminefb.h.

#define CARMINE_USE_DISPLAY0   (1 << 0)

Definition at line 11 of file carminefb.h.

#define CARMINE_USE_DISPLAY1   (1 << 1)

Definition at line 12 of file carminefb.h.

#define MAX_DISPLAY   2

Definition at line 7 of file carminefb.h.