Linux Kernel
3.7.1
|
#include <linux/platform_device.h>
#include <linux/init.h>
#include <linux/serial.h>
#include <linux/serial_sci.h>
#include <linux/sh_timer.h>
#include <linux/io.h>
Go to the source code of this file.
Macros | |
#define | STBCR3 0xf80a0000 |
Enumerations | |
enum | { UNUSED = 0, IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7, WDT, EDMAC, CMT0, CMT1, SCIF0, SCIF1, SCIF2, HIF_HIFI, HIF_HIFBI, DMAC0, DMAC1, DMAC2, DMAC3, SIOF } |
Functions | |
arch_initcall (sh7619_devices_setup) | |
void __init | plat_irq_setup (void) |
void __init | plat_early_device_setup (void) |
#define STBCR3 0xf80a0000 |
Definition at line 223 of file setup-sh7619.c.
anonymous enum |
UNUSED | |
IRQ0 | |
IRQ1 | |
IRQ2 | |
IRQ3 | |
IRQ4 | |
IRQ5 | |
IRQ6 | |
IRQ7 | |
WDT | |
EDMAC | |
CMT0 | |
CMT1 | |
SCIF0 | |
SCIF1 | |
SCIF2 | |
HIF_HIFI | |
HIF_HIFBI | |
DMAC0 | |
DMAC1 | |
DMAC2 | |
DMAC3 | |
SIOF |
Definition at line 18 of file setup-sh7619.c.
arch_initcall | ( | sh7619_devices_setup | ) |
Definition at line 225 of file setup-sh7619.c.
Definition at line 210 of file setup-sh7619.c.