Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
setup-sh5.c File Reference
#include <linux/platform_device.h>
#include <linux/init.h>
#include <linux/serial.h>
#include <linux/serial_sci.h>
#include <linux/io.h>
#include <linux/mm.h>
#include <linux/sh_timer.h>
#include <asm/addrspace.h>

Go to the source code of this file.

Macros

#define TMU_BLOCK_OFF   0x01020000
 
#define TMU_BASE   PHYS_PERIPHERAL_BLOCK + TMU_BLOCK_OFF
 
#define TMU0_BASE   (TMU_BASE + 0x8 + (0xc * 0x0))
 
#define TMU1_BASE   (TMU_BASE + 0x8 + (0xc * 0x1))
 
#define TMU2_BASE   (TMU_BASE + 0x8 + (0xc * 0x2))
 

Functions

 arch_initcall (sh5_devices_setup)
 
void __init plat_early_device_setup (void)
 

Macro Definition Documentation

#define TMU0_BASE   (TMU_BASE + 0x8 + (0xc * 0x0))

Definition at line 68 of file setup-sh5.c.

#define TMU1_BASE   (TMU_BASE + 0x8 + (0xc * 0x1))

Definition at line 69 of file setup-sh5.c.

#define TMU2_BASE   (TMU_BASE + 0x8 + (0xc * 0x2))

Definition at line 70 of file setup-sh5.c.

#define TMU_BASE   PHYS_PERIPHERAL_BLOCK + TMU_BLOCK_OFF

Definition at line 67 of file setup-sh5.c.

#define TMU_BLOCK_OFF   0x01020000

Definition at line 66 of file setup-sh5.c.

Function Documentation

arch_initcall ( sh5_devices_setup  )
void __init plat_early_device_setup ( void  )

Definition at line 180 of file setup-sh5.c.