|
Linux Kernel
3.7.1
|
#include <linux/platform_device.h>#include <linux/init.h>#include <linux/serial.h>#include <linux/io.h>#include <linux/sh_timer.h>#include <linux/sh_intc.h>#include <linux/serial_sci.h>#include <generated/machtypes.h>Go to the source code of this file.
Macros | |
| #define | INTC_ICR 0xffd00000UL |
| #define | INTC_ICR_IRLM (1<<7) |
Enumerations | |
| enum | { UNUSED = 0, IRL0, IRL1, IRL2, IRL3, HUDI, GPIOI, DMAC, PCIC0_PCISERR, PCIC1_PCIERR, PCIC1_PCIPWDWN, PCIC1_PCIPWON, PCIC1_PCIDMA0, PCIC1_PCIDMA1, PCIC1_PCIDMA2, PCIC1_PCIDMA3, TMU3, TMU4, TMU0, TMU1, TMU2, RTC, SCI1, SCIF, WDT, REF, PCIC1 } |
Functions | |
| arch_initcall (sh7750_devices_setup) | |
| void __init | plat_early_device_setup (void) |
| void __init | plat_irq_setup_pins (int mode) |
| #define INTC_ICR 0xffd00000UL |
Definition at line 442 of file setup-sh7750.c.
| #define INTC_ICR_IRLM (1<<7) |
Definition at line 443 of file setup-sh7750.c.
| anonymous enum |
Definition at line 278 of file setup-sh7750.c.
| arch_initcall | ( | sh7750_devices_setup | ) |
Definition at line 259 of file setup-sh7750.c.
Definition at line 445 of file setup-sh7750.c.
1.8.2