Path: blob/master/arch/arm/mach-integrator/include/mach/cm.h
15162 views
/*1* update the core module control register.2*/3void cm_control(u32, u32);45#define CM_CTRL_LED (1 << 0)6#define CM_CTRL_nMBDET (1 << 1)7#define CM_CTRL_REMAP (1 << 2)8#define CM_CTRL_RESET (1 << 3)910/*11* Integrator/AP,PP2 specific12*/13#define CM_CTRL_HIGHVECTORS (1 << 4)14#define CM_CTRL_BIGENDIAN (1 << 5)15#define CM_CTRL_FASTBUS (1 << 6)16#define CM_CTRL_SYNC (1 << 7)1718/*19* ARM926/946/966 Integrator/CP specific20*/21#define CM_CTRL_LCDBIASEN (1 << 8)22#define CM_CTRL_LCDBIASUP (1 << 9)23#define CM_CTRL_LCDBIASDN (1 << 10)24#define CM_CTRL_LCDMUXSEL_MASK (7 << 11)25#define CM_CTRL_LCDMUXSEL_GENLCD (1 << 11)26#define CM_CTRL_LCDMUXSEL_VGA565_TFT555 (2 << 11)27#define CM_CTRL_LCDMUXSEL_SHARPLCD (3 << 11)28#define CM_CTRL_LCDMUXSEL_VGA555_TFT555 (4 << 11)29#define CM_CTRL_LCDEN0 (1 << 14)30#define CM_CTRL_LCDEN1 (1 << 15)31#define CM_CTRL_STATIC1 (1 << 16)32#define CM_CTRL_STATIC2 (1 << 17)33#define CM_CTRL_STATIC (1 << 18)34#define CM_CTRL_n24BITEN (1 << 19)35#define CM_CTRL_EBIWP (1 << 20)363738