Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerations | Functions | Variables
setup-sh7722.c File Reference
#include <linux/init.h>
#include <linux/mm.h>
#include <linux/platform_device.h>
#include <linux/serial.h>
#include <linux/serial_sci.h>
#include <linux/sh_dma.h>
#include <linux/sh_timer.h>
#include <linux/sh_intc.h>
#include <linux/uio_driver.h>
#include <linux/usb/m66592.h>
#include <asm/clock.h>
#include <asm/mmzone.h>
#include <asm/siu.h>
#include <cpu/dma-register.h>
#include <cpu/sh7722.h>
#include <cpu/serial.h>

Go to the source code of this file.

Enumerations

enum  {
  UNUSED =0, ENABLED, DISABLED, IRQ0,
  IRQ1, IRQ2, IRQ3, IRQ4,
  IRQ5, IRQ6, IRQ7, HUDI,
  SIM_ERI, SIM_RXI, SIM_TXI, SIM_TEI,
  RTC_ATI, RTC_PRI, RTC_CUI, DMAC0,
  DMAC1, DMAC2, DMAC3, VIO_CEUI,
  VIO_BEUI, VIO_VEUI, VOU, VPU,
  TPU, USB_USBI0, USB_USBI1, DMAC4,
  DMAC5, DMAC_DADERR, KEYSC, SCIF0,
  SCIF1, SCIF2, SIOF0, SIOF1,
  SIO, FLCTL_FLSTEI, FLCTL_FLENDI, FLCTL_FLTREQ0I,
  FLCTL_FLTREQ1I, I2C_ALI, I2C_TACKI, I2C_WAITI,
  I2C_DTEI, CMT, TSIF, SIU,
  TWODG, TMU0, TMU1, TMU2,
  IRDA, JPU, LCDC, SIM,
  RTC, DMAC0123, VIOVOU, USB,
  DMAC45, FLCTL, I2C, SDHI
}
 

Functions

 arch_initcall (sh7722_devices_setup)
 
void __init plat_early_device_setup (void)
 
void __init plat_irq_setup (void)
 
void __init plat_mem_setup (void)
 

Variables

struct platform_device dma_device
 

Enumeration Type Documentation

anonymous enum
Enumerator:
UNUSED 
ENABLED 
DISABLED 
IRQ0 
IRQ1 
IRQ2 
IRQ3 
IRQ4 
IRQ5 
IRQ6 
IRQ7 
HUDI 
SIM_ERI 
SIM_RXI 
SIM_TXI 
SIM_TEI 
RTC_ATI 
RTC_PRI 
RTC_CUI 
DMAC0 
DMAC1 
DMAC2 
DMAC3 
VIO_CEUI 
VIO_BEUI 
VIO_VEUI 
VOU 
VPU 
TPU 
USB_USBI0 
USB_USBI1 
DMAC4 
DMAC5 
DMAC_DADERR 
KEYSC 
SCIF0 
SCIF1 
SCIF2 
SIOF0 
SIOF1 
SIO 
FLCTL_FLSTEI 
FLCTL_FLENDI 
FLCTL_FLTREQ0I 
FLCTL_FLTREQ1I 
I2C_ALI 
I2C_TACKI 
I2C_WAITI 
I2C_DTEI 
CMT 
TSIF 
SIU 
TWODG 
TMU0 
TMU1 
TMU2 
IRDA 
JPU 
LCDC 
SIM 
RTC 
DMAC0123 
VIOVOU 
USB 
DMAC45 
FLCTL 
I2C 
SDHI 

Definition at line 589 of file setup-sh7722.c.

Function Documentation

arch_initcall ( sh7722_devices_setup  )
void __init plat_early_device_setup ( void  )

Definition at line 583 of file setup-sh7722.c.

void __init plat_irq_setup ( void  )

Definition at line 726 of file setup-sh7722.c.

void __init plat_mem_setup ( void  )

Definition at line 731 of file setup-sh7722.c.

Variable Documentation

Initial value:
= {
.name = "sh-dma-engine",
.id = -1,
.resource = sh7722_dmae_resources,
.num_resources = ARRAY_SIZE(sh7722_dmae_resources),
.dev = {
.platform_data = &dma_platform_data,
},
}

Definition at line 170 of file setup-sh7722.c.