Linux Kernel
3.7.1
|
#include "types.h"
#include "stdio.h"
#include "io.h"
#include "ops.h"
#include "elf.h"
#include "gunzip_util.h"
#include "mv64x60.h"
#include "cuboot.h"
#include "ppcboot.h"
Go to the source code of this file.
Macros | |
#define | MV64x60_MPP_CNTL_0 0xf000 |
#define | MV64x60_MPP_CNTL_2 0xf008 |
#define | MV64x60_GPP_IO_CNTL 0xf100 |
#define | MV64x60_GPP_LEVEL_CNTL 0xf110 |
#define | MV64x60_GPP_VALUE_SET 0xf118 |
Functions | |
void | platform_init (unsigned long r3, unsigned long r4, unsigned long r5, unsigned long r6, unsigned long r7) |
#define MV64x60_GPP_IO_CNTL 0xf100 |
Definition at line 132 of file cuboot-c2k.c.
#define MV64x60_GPP_LEVEL_CNTL 0xf110 |
Definition at line 133 of file cuboot-c2k.c.
#define MV64x60_GPP_VALUE_SET 0xf118 |
Definition at line 134 of file cuboot-c2k.c.
#define MV64x60_MPP_CNTL_0 0xf000 |
Definition at line 130 of file cuboot-c2k.c.
#define MV64x60_MPP_CNTL_2 0xf008 |
Definition at line 131 of file cuboot-c2k.c.