Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerations | Functions
setup-sh7710.c File Reference
#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)
 

Enumeration Type Documentation

anonymous enum
Enumerator:
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.

Function Documentation

arch_initcall ( sh7710_devices_setup  )
void __init plat_early_device_setup ( void  )

Definition at line 243 of file setup-sh7710.c.

void __init plat_irq_setup ( void  )

Definition at line 249 of file setup-sh7710.c.