Linux Kernel
3.7.1
|
#include "ops.h"
#include "types.h"
#include "fsl-soc.h"
#include "mpc8xx.h"
#include "stdio.h"
#include "io.h"
Go to the source code of this file.
Macros | |
#define | MPC8XX_PLPRCR (0x284/4) /* PLL and Reset Control Register */ |
Functions | |
u32 | mpc885_get_clock (u32 crystal) |
void | mpc8xx_set_clocks (u32 sysclk) |
int | mpc885_fixup_clocks (u32 crystal) |
#define MPC8XX_PLPRCR (0x284/4) /* PLL and Reset Control Register */ |