|
Linux Kernel
3.7.1
|
#include <linux/platform_device.h>#include <linux/init.h>#include <linux/irq.h>#include <linux/serial.h>#include <linux/serial_sci.h>#include <linux/sh_timer.h>#include <linux/sh_intc.h>#include <asm/rtc.h>#include <cpu/serial.h>Go to the source code of this file.
Enumerations | |
| enum | { UNUSED = 0, IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, PINT07, PINT815, DMAC, SCIF0, SCIF2, ADC_ADI, USB, TPU0, TPU1, TPU2, TPU3, TMU0, TMU1, TMU2, RTC, WDT, REF_RCMI } |
Functions | |
| arch_initcall (sh7705_devices_setup) | |
| void __init | plat_early_device_setup (void) |
| void __init | plat_irq_setup (void) |
| anonymous enum |
| UNUSED | |
| IRQ0 | |
| IRQ1 | |
| IRQ2 | |
| IRQ3 | |
| IRQ4 | |
| IRQ5 | |
| PINT07 | |
| PINT815 | |
| DMAC | |
| SCIF0 | |
| SCIF2 | |
| ADC_ADI | |
| USB | |
| TPU0 | |
| TPU1 | |
| TPU2 | |
| TPU3 | |
| TMU0 | |
| TMU1 | |
| TMU2 | |
| RTC | |
| WDT | |
| REF_RCMI |
Definition at line 21 of file setup-sh7705.c.
| arch_initcall | ( | sh7705_devices_setup | ) |
Definition at line 244 of file setup-sh7705.c.
Definition at line 250 of file setup-sh7705.c.
1.8.2