Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | sh_mobile_ceu_companion |
struct | sh_mobile_ceu_info |
Macros | |
#define | SH_CEU_FLAG_USE_8BIT_BUS (1 << 0) /* use 8bit bus width */ |
#define | SH_CEU_FLAG_USE_16BIT_BUS (1 << 1) /* use 16bit bus width */ |
#define | SH_CEU_FLAG_HSYNC_LOW (1 << 2) /* default High if possible */ |
#define | SH_CEU_FLAG_VSYNC_LOW (1 << 3) /* default High if possible */ |
#define | SH_CEU_FLAG_LOWER_8BIT (1 << 4) /* default upper 8bit */ |
#define SH_CEU_FLAG_HSYNC_LOW (1 << 2) /* default High if possible */ |
Definition at line 6 of file sh_mobile_ceu.h.
#define SH_CEU_FLAG_LOWER_8BIT (1 << 4) /* default upper 8bit */ |
Definition at line 8 of file sh_mobile_ceu.h.
#define SH_CEU_FLAG_USE_16BIT_BUS (1 << 1) /* use 16bit bus width */ |
Definition at line 5 of file sh_mobile_ceu.h.
#define SH_CEU_FLAG_USE_8BIT_BUS (1 << 0) /* use 8bit bus width */ |
Definition at line 4 of file sh_mobile_ceu.h.
#define SH_CEU_FLAG_VSYNC_LOW (1 << 3) /* default High if possible */ |
Definition at line 7 of file sh_mobile_ceu.h.