Commit 496cf41f authored by Ben Dooks's avatar Ben Dooks Committed by Russell King

[ARM PATCH] 2055/1: S3C2410 - add timer0 deadzone definition

Patch from Ben Dooks

Add the definition of timer 0's dead-zone capability
parent 5bc4b4bd
......@@ -29,6 +29,8 @@
#define S3C2410_TCFG_PRESCALER0_MASK (255<<0)
#define S3C2410_TCFG_PRESCALER1_MASK (255<<8)
#define S3C2410_TCFG_PRESCALER1_SHIFT (8)
#define S3C2410_TCFG_DEADZONE_MASK (255<<16)
#define S3C2410_TCFG_DEADZONE_SHIFT (16)
#define S3C2410_TCFG1_MUX4_DIV2 (0<<16)
#define S3C2410_TCFG1_MUX4_DIV4 (1<<16)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment