Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
mxsfb.h File Reference
#include <linux/fb.h>

Go to the source code of this file.

Data Structures

struct  mxsfb_platform_data
 

Macros

#define STMLCDIF_8BIT   1 /** pixel data bus to the display is of 8 bit width */
 
#define STMLCDIF_16BIT   0 /** pixel data bus to the display is of 16 bit width */
 
#define STMLCDIF_18BIT   2 /** pixel data bus to the display is of 18 bit width */
 
#define STMLCDIF_24BIT   3 /** pixel data bus to the display is of 24 bit width */
 
#define FB_SYNC_DATA_ENABLE_HIGH_ACT   (1 << 6)
 
#define FB_SYNC_DOTCLK_FAILING_ACT   (1 << 7) /* failing/negtive edge sampling */
 

Macro Definition Documentation

#define FB_SYNC_DATA_ENABLE_HIGH_ACT   (1 << 6)

Definition at line 27 of file mxsfb.h.

#define FB_SYNC_DOTCLK_FAILING_ACT   (1 << 7) /* failing/negtive edge sampling */

Definition at line 28 of file mxsfb.h.

#define STMLCDIF_16BIT   0 /** pixel data bus to the display is of 16 bit width */

Definition at line 23 of file mxsfb.h.

#define STMLCDIF_18BIT   2 /** pixel data bus to the display is of 18 bit width */

Definition at line 24 of file mxsfb.h.

#define STMLCDIF_24BIT   3 /** pixel data bus to the display is of 24 bit width */

Definition at line 25 of file mxsfb.h.

#define STMLCDIF_8BIT   1 /** pixel data bus to the display is of 8 bit width */

Definition at line 22 of file mxsfb.h.