Searched refs:TIMER_ENABLE (Results 1 – 18 of 18) sorted by relevance
/linux-3.4.99/arch/arm/mach-msm/ |
D | timer.c | 35 #define TIMER_ENABLE 0x0008 macro 53 u32 ctrl = readl_relaxed(event_base + TIMER_ENABLE); in msm_timer_interrupt() 55 writel_relaxed(ctrl, event_base + TIMER_ENABLE); in msm_timer_interrupt() 64 u32 ctrl = readl_relaxed(event_base + TIMER_ENABLE); in msm_timer_set_next_event() 68 writel_relaxed(ctrl | TIMER_ENABLE_EN, event_base + TIMER_ENABLE); in msm_timer_set_next_event() 77 ctrl = readl_relaxed(event_base + TIMER_ENABLE); in msm_timer_set_mode() 91 writel_relaxed(ctrl, event_base + TIMER_ENABLE); in msm_timer_set_mode() 138 writel_relaxed(0, event_base + TIMER_ENABLE); in msm_local_timer_setup() 205 writel_relaxed(0, event_base + TIMER_ENABLE); in msm_timer_init() 237 writel_relaxed(TIMER_ENABLE_EN, source_base + TIMER_ENABLE); in msm_timer_init()
|
/linux-3.4.99/arch/hexagon/include/asm/ |
D | timer-regs.h | 26 #define TIMER_ENABLE 0 macro
|
/linux-3.4.99/arch/blackfin/include/asm/ |
D | gptimers.h | 22 # define TIMER0_GROUP_REG TIMER_ENABLE 52 # define TIMER0_GROUP_REG TIMER_ENABLE
|
/linux-3.4.99/drivers/watchdog/ |
D | ixp2000_wdt.c | 50 ixp2000_reg_write(IXP2000_T4_CTL, TIMER_DIVIDER_256 | TIMER_ENABLE); in wdt_enable()
|
/linux-3.4.99/arch/hexagon/kernel/ |
D | time.c | 96 iowrite32(1 << TIMER_ENABLE, &rtos_timer->enable); in set_next_event()
|
/linux-3.4.99/arch/arm/mach-ixp2000/include/mach/ |
D | ixp2000-regs.h | 139 #define TIMER_ENABLE 0x00000080 macro
|
/linux-3.4.99/arch/blackfin/mach-bf533/include/mach/ |
D | defBF532.h | 97 #define TIMER_ENABLE 0xFFC00640 /* Timer Enable Register */ macro
|
D | cdefBF532.h | 554 #define bfin_read_TIMER_ENABLE() bfin_read16(TIMER_ENABLE) 555 #define bfin_write_TIMER_ENABLE(val) bfin_write16(TIMER_ENABLE,val)
|
/linux-3.4.99/arch/blackfin/mach-bf518/include/mach/ |
D | defBF512.h | 136 #define TIMER_ENABLE 0xFFC00680 /* Timer Enable Register */ macro
|
D | cdefBF512.h | 198 #define bfin_read_TIMER_ENABLE() bfin_read16(TIMER_ENABLE) 199 #define bfin_write_TIMER_ENABLE(val) bfin_write16(TIMER_ENABLE, val)
|
/linux-3.4.99/arch/blackfin/mach-bf527/include/mach/ |
D | defBF522.h | 131 #define TIMER_ENABLE 0xFFC00680 /* Timer Enable Register */ macro
|
D | cdefBF522.h | 215 #define bfin_read_TIMER_ENABLE() bfin_read16(TIMER_ENABLE) 216 #define bfin_write_TIMER_ENABLE(val) bfin_write16(TIMER_ENABLE, val)
|
/linux-3.4.99/arch/blackfin/mach-bf537/include/mach/ |
D | defBF534.h | 112 #define TIMER_ENABLE 0xFFC00680 /* Timer Enable Register */ macro
|
D | cdefBF534.h | 182 #define bfin_read_TIMER_ENABLE() bfin_read16(TIMER_ENABLE) 183 #define bfin_write_TIMER_ENABLE(val) bfin_write16(TIMER_ENABLE,val)
|
/linux-3.4.99/arch/blackfin/mach-bf538/include/mach/ |
D | defBF538.h | 100 #define TIMER_ENABLE 0xFFC00640 /* Timer Enable Register */ macro
|
D | cdefBF538.h | 210 #define bfin_read_TIMER_ENABLE() bfin_read16(TIMER_ENABLE) 211 #define bfin_write_TIMER_ENABLE(val) bfin_write16(TIMER_ENABLE, val)
|
/linux-3.4.99/arch/blackfin/kernel/ |
D | bfin_gpio.c | 39 AWA_inen = TIMER_ENABLE,
|
D | debug-mmrs.c | 1058 #ifdef TIMER_ENABLE in bfin_debug_mmrs_init() 1059 GPTIMER_GROUP(TIMER_ENABLE, -1); in bfin_debug_mmrs_init()
|