Linux Kernel
3.7.1
|
#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 [] |
#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.
int __init superhyway_scan_bus | ( | struct superhyway_bus * | bus | ) |
Definition at line 166 of file ops-sh4-202.c.
struct superhyway_bus superhyway_channels[] |
Definition at line 161 of file ops-sh4-202.c.