|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/kernel.h>#include <linux/types.h>#include <linux/ioport.h>#include <linux/serial_8250.h>#include <linux/mtd/physmap.h>#include <asm/cpu.h>#include <asm/bootinfo.h>#include <asm/addrspace.h>#include <asm/time.h>#include <asm/bcache.h>#include <asm/irq.h>#include <asm/reboot.h>#include <asm/traps.h>#include <asm/emma/emma2rh.h>Go to the source code of this file.
Macros | |
| #define | I2C_EMMA2RH "emma2rh-iic" /* must be in sync with IIC driver */ |
| #define | EMMA2RH_SERIAL_CLOCK 18544000 |
| #define | EMMA2RH_SERIAL_FLAGS UPF_BOOT_AUTOCONF | UPF_SKIP_TEST |
Functions | |
| arch_initcall (platform_devices_setup) | |
Variables | |
| struct resource | i2c_emma_resources_1 [] |
| struct resource | i2c_emma_resources_2 [] |
| struct platform_device | i2c_emma_devices [] |
| #define EMMA2RH_SERIAL_CLOCK 18544000 |
Definition at line 104 of file platform.c.
| #define EMMA2RH_SERIAL_FLAGS UPF_BOOT_AUTOCONF | UPF_SKIP_TEST |
Definition at line 105 of file platform.c.
Definition at line 39 of file platform.c.
| arch_initcall | ( | platform_devices_setup | ) |
| struct platform_device i2c_emma_devices[] |
Definition at line 83 of file platform.c.
Definition at line 55 of file platform.c.
Definition at line 69 of file platform.c.
1.8.2