Go to the documentation of this file.
15 #ifndef ASM_X86_APBT_H
16 #define ASM_X86_APBT_H
19 #ifdef CONFIG_APB_TIMER
22 #define LNW_SCU_ADDR 0xFF100000
23 #define LNW_EXT_TIMER_OFFSET 0x1B800
24 #define APBT_DEFAULT_BASE (LNW_SCU_ADDR+LNW_EXT_TIMER_OFFSET)
25 #define LNW_EXT_TIMER_PGOFFSET 0x800
28 #define APBT_MAX_FREQ 50000000
29 #define APBT_MIN_FREQ 1000000
30 #define APBT_MMAP_SIZE 1024
32 #define APBT_DEV_USED 1
36 extern int arch_setup_apbt_irqs(
int irq,
int trigger,
int mask,
int cpu);