|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/kernel.h>#include <linux/platform_device.h>#include <linux/interrupt.h>#include <linux/i2c.h>#include <linux/i2c/pxa-i2c.h>#include <linux/gpio.h>#include <linux/mfd/88pm860x.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include <mach/pxa930.h>#include "devices.h"#include "generic.h"Go to the source code of this file.
Macros | |
| #define | TAVOREVB3_NR_IRQS (IRQ_BOARD_START + 24) |
Variables | |
| atag_offset = 0x100 | |
| map_io = pxa3xx_map_io | |
| nr_irqs = TAVOREVB3_NR_IRQS | |
| init_irq = pxa3xx_init_irq | |
| handle_irq = pxa3xx_handle_irq | |
| timer = &pxa_timer | |
| init_machine = evb3_init | |
| restart = pxa_restart | |
| #define TAVOREVB3_NR_IRQS (IRQ_BOARD_START + 24) |
Definition at line 30 of file tavorevb3.c.
| atag_offset = 0x100 |
Definition at line 128 of file tavorevb3.c.
| handle_irq = pxa3xx_handle_irq |
Definition at line 132 of file tavorevb3.c.
| init_irq = pxa3xx_init_irq |
Definition at line 131 of file tavorevb3.c.
| init_machine = evb3_init |
Definition at line 134 of file tavorevb3.c.
| map_io = pxa3xx_map_io |
Definition at line 129 of file tavorevb3.c.
| nr_irqs = TAVOREVB3_NR_IRQS |
Definition at line 130 of file tavorevb3.c.
| restart = pxa_restart |
Definition at line 135 of file tavorevb3.c.
Definition at line 133 of file tavorevb3.c.
1.8.2