|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/device.h>#include <linux/serial.h>#include <linux/tty.h>#include <linux/serial_8250.h>#include <linux/i2c-gpio.h>#include <asm/types.h>#include <asm/setup.h>#include <asm/memory.h>#include <mach/hardware.h>#include <asm/mach-types.h>#include <asm/irq.h>#include <asm/mach/arch.h>#include <asm/mach/flash.h>Go to the source code of this file.
Macros | |
| #define | AVILA_SDA_PIN 7 |
| #define | AVILA_SCL_PIN 6 |
Variables | |
| map_io = ixp4xx_map_io | |
| init_early = ixp4xx_init_early | |
| init_irq = ixp4xx_init_irq | |
| timer = &ixp4xx_timer | |
| atag_offset = 0x100 | |
| init_machine = avila_init | |
| restart = ixp4xx_restart | |
| #define AVILA_SCL_PIN 6 |
Definition at line 31 of file avila-setup.c.
| #define AVILA_SDA_PIN 7 |
Definition at line 30 of file avila-setup.c.
| atag_offset = 0x100 |
Definition at line 171 of file avila-setup.c.
| init_early = ixp4xx_init_early |
Definition at line 168 of file avila-setup.c.
| init_irq = ixp4xx_init_irq |
Definition at line 169 of file avila-setup.c.
| init_machine = avila_init |
Definition at line 172 of file avila-setup.c.
| map_io = ixp4xx_map_io |
Definition at line 167 of file avila-setup.c.
| restart = ixp4xx_restart |
Definition at line 176 of file avila-setup.c.
Definition at line 170 of file avila-setup.c.
1.8.2