Linux Kernel
3.7.1
|
#include <linux/platform_device.h>
#include <linux/init.h>
#include <linux/serial.h>
#include <linux/sh_timer.h>
#include <linux/sh_intc.h>
#include <linux/serial_sci.h>
#include <linux/io.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, IRQ4, IRQ5, IRQ6, IRQ7, HCAN20, HCAN21, SSI0, SSI1, HAC0, HAC1, I2C0, I2C1, USB, LCDC, DMABRG0, DMABRG1, DMABRG2, SCIF0_ERI, SCIF0_RXI, SCIF0_BRI, SCIF0_TXI, SCIF1_ERI, SCIF1_RXI, SCIF1_BRI, SCIF1_TXI, SCIF2_ERI, SCIF2_RXI, SCIF2_BRI, SCIF2_TXI, SIM_ERI, SIM_RXI, SIM_TXI, SIM_TEI, HSPI, MMCIF0, MMCIF1, MMCIF2, MMCIF3, MFI, ADC, CMT, TMU0, TMU1, TMU2, WDT, REF, DMABRG, SCIF0, SCIF1, SCIF2, SIM, MMCIF } |
Functions | |
arch_initcall (sh7760_devices_setup) | |
void __init | plat_early_device_setup (void) |
void __init | plat_irq_setup_pins (int mode) |
void __init | plat_irq_setup (void) |
#define INTC_ICR 0xffd00000UL |
Definition at line 330 of file setup-sh7760.c.
#define INTC_ICR_IRLM (1 << 7) |
Definition at line 331 of file setup-sh7760.c.
anonymous enum |
Definition at line 18 of file setup-sh7760.c.
arch_initcall | ( | sh7760_devices_setup | ) |
Definition at line 324 of file setup-sh7760.c.
Definition at line 345 of file setup-sh7760.c.
Definition at line 333 of file setup-sh7760.c.