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

Go to the source code of this file.

Data Structures

struct  bfin_lq035q1fb_disp_info
 

Macros

#define LQ035_RL   (0 << 8) /* Right -> Left Scan */
 
#define LQ035_LR   (1 << 8) /* Left -> Right Scan */
 
#define LQ035_TB   (1 << 9) /* Top -> Botton Scan */
 
#define LQ035_BT   (0 << 9) /* Botton -> Top Scan */
 
#define LQ035_BGR   (1 << 11) /* Use BGR format */
 
#define LQ035_RGB   (0 << 11) /* Use RGB format */
 
#define LQ035_NORM   (1 << 13) /* Reversal */
 
#define LQ035_REV   (0 << 13) /* Reversal */
 
#define USE_RGB565_16_BIT_PPI   1
 
#define USE_RGB565_8_BIT_PPI   2
 
#define USE_RGB888_8_BIT_PPI   3
 

Macro Definition Documentation

#define LQ035_BGR   (1 << 11) /* Use BGR format */

Definition at line 18 of file bfin-lq035q1.h.

#define LQ035_BT   (0 << 9) /* Botton -> Top Scan */

Definition at line 17 of file bfin-lq035q1.h.

#define LQ035_LR   (1 << 8) /* Left -> Right Scan */

Definition at line 15 of file bfin-lq035q1.h.

#define LQ035_NORM   (1 << 13) /* Reversal */

Definition at line 20 of file bfin-lq035q1.h.

#define LQ035_REV   (0 << 13) /* Reversal */

Definition at line 21 of file bfin-lq035q1.h.

#define LQ035_RGB   (0 << 11) /* Use RGB format */

Definition at line 19 of file bfin-lq035q1.h.

#define LQ035_RL   (0 << 8) /* Right -> Left Scan */

Definition at line 14 of file bfin-lq035q1.h.

#define LQ035_TB   (1 << 9) /* Top -> Botton Scan */

Definition at line 16 of file bfin-lq035q1.h.

#define USE_RGB565_16_BIT_PPI   1

Definition at line 27 of file bfin-lq035q1.h.

#define USE_RGB565_8_BIT_PPI   2

Definition at line 28 of file bfin-lq035q1.h.

#define USE_RGB888_8_BIT_PPI   3

Definition at line 29 of file bfin-lq035q1.h.