Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
ops-sh4-202.c File Reference
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/superhyway.h>
#include <linux/string.h>
#include <asm/addrspace.h>
#include <asm/io.h>

Go to the source code of this file.

Macros

#define PHYS_EMI_CBLOCK   P4SEGADDR(0x1ec00000)
 
#define PHYS_EMI_DBLOCK   P4SEGADDR(0x08000000)
 
#define PHYS_FEMI_CBLOCK   P4SEGADDR(0x1f800000)
 
#define PHYS_FEMI_DBLOCK   P4SEGADDR(0x00000000)
 
#define PHYS_EPBR_BLOCK   P4SEGADDR(0x1de00000)
 
#define PHYS_DMAC_BLOCK   P4SEGADDR(0x1fa00000)
 
#define PHYS_PBR_BLOCK   P4SEGADDR(0x1fc00000)
 

Functions

int __init superhyway_scan_bus (struct superhyway_bus *bus)
 

Variables

struct superhyway_bus superhyway_channels []
 

Macro Definition Documentation

#define PHYS_DMAC_BLOCK   P4SEGADDR(0x1fa00000)

Definition at line 25 of file ops-sh4-202.c.

#define PHYS_EMI_CBLOCK   P4SEGADDR(0x1ec00000)

Definition at line 19 of file ops-sh4-202.c.

#define PHYS_EMI_DBLOCK   P4SEGADDR(0x08000000)

Definition at line 20 of file ops-sh4-202.c.

#define PHYS_EPBR_BLOCK   P4SEGADDR(0x1de00000)

Definition at line 24 of file ops-sh4-202.c.

#define PHYS_FEMI_CBLOCK   P4SEGADDR(0x1f800000)

Definition at line 21 of file ops-sh4-202.c.

#define PHYS_FEMI_DBLOCK   P4SEGADDR(0x00000000)

Definition at line 22 of file ops-sh4-202.c.

#define PHYS_PBR_BLOCK   P4SEGADDR(0x1fc00000)

Definition at line 26 of file ops-sh4-202.c.

Function Documentation

int __init superhyway_scan_bus ( struct superhyway_bus bus)

Definition at line 166 of file ops-sh4-202.c.

Variable Documentation

struct superhyway_bus superhyway_channels[]
Initial value:
= {
{ &sh4202_superhyway_ops, },
{ 0, },
}

Definition at line 161 of file ops-sh4-202.c.