|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/io.h>#include <linux/irq.h>#include <linux/platform_device.h>#include <linux/serial.h>#include <linux/serial_sci.h>#include <linux/sh_timer.h>#include <linux/sh_intc.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, SCI, ADC_ADI, LCDC, PCC0, PCC1, TMU0, TMU1, TMU2, RTC, WDT, REF } |
Functions | |
| arch_initcall (sh770x_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 | |
| SCI | |
| ADC_ADI | |
| LCDC | |
| PCC0 | |
| PCC1 | |
| TMU0 | |
| TMU1 | |
| TMU2 | |
| RTC | |
| WDT | |
| REF |
Definition at line 25 of file setup-sh770x.c.
| arch_initcall | ( | sh770x_devices_setup | ) |
Definition at line 298 of file setup-sh770x.c.
Definition at line 304 of file setup-sh770x.c.
1.8.2