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>
Go to the source code of this file.
Enumerations | |
enum | { UNUSED = 0, IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, DMAC1, SCIF0, SCIF1, DMAC2, IPSEC, EDMAC0, EDMAC1, EDMAC2, SIOF0, SIOF1, TMU0, TMU1, TMU2, RTC, WDT, REF } |
Functions | |
arch_initcall (sh7710_devices_setup) | |
void __init | plat_early_device_setup (void) |
void __init | plat_irq_setup (void) |
anonymous enum |
UNUSED | |
IRQ0 | |
IRQ1 | |
IRQ2 | |
IRQ3 | |
IRQ4 | |
IRQ5 | |
DMAC1 | |
SCIF0 | |
SCIF1 | |
DMAC2 | |
IPSEC | |
EDMAC0 | |
EDMAC1 | |
EDMAC2 | |
SIOF0 | |
SIOF1 | |
TMU0 | |
TMU1 | |
TMU2 | |
RTC | |
WDT | |
REF |
Definition at line 20 of file setup-sh7710.c.
arch_initcall | ( | sh7710_devices_setup | ) |
Definition at line 243 of file setup-sh7710.c.
Definition at line 249 of file setup-sh7710.c.