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

Go to the source code of this file.

Data Structures

struct  hecubafb_par
 
struct  hecuba_board
 

Macros

#define APOLLO_START_NEW_IMG   0xA0
 
#define APOLLO_STOP_IMG_DATA   0xA1
 
#define APOLLO_DISPLAY_IMG   0xA2
 
#define APOLLO_ERASE_DISPLAY   0xA3
 
#define APOLLO_INIT_DISPLAY   0xA4
 
#define HCB_WUP_BIT   0x01
 
#define HCB_DS_BIT   0x02
 
#define HCB_RW_BIT   0x04
 
#define HCB_CD_BIT   0x08
 
#define HCB_ACK_BIT   0x80
 

Macro Definition Documentation

#define APOLLO_DISPLAY_IMG   0xA2

Definition at line 18 of file hecubafb.h.

#define APOLLO_ERASE_DISPLAY   0xA3

Definition at line 19 of file hecubafb.h.

#define APOLLO_INIT_DISPLAY   0xA4

Definition at line 20 of file hecubafb.h.

#define APOLLO_START_NEW_IMG   0xA0

Definition at line 16 of file hecubafb.h.

#define APOLLO_STOP_IMG_DATA   0xA1

Definition at line 17 of file hecubafb.h.

#define HCB_ACK_BIT   0x80

Definition at line 27 of file hecubafb.h.

#define HCB_CD_BIT   0x08

Definition at line 26 of file hecubafb.h.

#define HCB_DS_BIT   0x02

Definition at line 24 of file hecubafb.h.

#define HCB_RW_BIT   0x04

Definition at line 25 of file hecubafb.h.

#define HCB_WUP_BIT   0x01

Definition at line 23 of file hecubafb.h.