| gpio-misccr-pwrdown.patch | | add definitions for MISCCR register power down signal configurations | | include/asm-arm/arch-s3c2410/regs-gpio.h | 5 +++++ | 1 files changed, 5 insertions(+) | | Ben Dooks, 03 October 2004 --- linux-2.6.9-rc3-patched/include/asm-arm/arch-s3c2410/regs-gpio.h 2004-10-03 19:43:40.000000000 +0100 +++ linux-2.6.9-rc3-work2/include/asm-arm/arch-s3c2410/regs-gpio.h 2004-10-03 17:16:41.000000000 +0100 @@ -751,6 +751,11 @@ #define S3C2410_MISCCR_nRSTCON (1<<16) +#define S3C2410_MISCCR_nEN_SCLK0 (1<<17) +#define S3C2410_MISCCR_nEN_SCLK1 (1<<18) +#define S3C2410_MISCCR_nEN_SCLKE (1<<19) +#define S3C2410_MISCCR_SDSLEEP (7<<17) + /* external interrupt control... */ /* S3C2410_EXTINT0 -> irq sense control for EINT0..EINT7 * S3C2410_EXTINT1 -> irq sense control for EINT8..EINT15