Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
mpc8xx.c File Reference
#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)
 

Macro Definition Documentation

#define MPC8XX_PLPRCR   (0x284/4) /* PLL and Reset Control Register */

Definition at line 20 of file mpc8xx.c.

Function Documentation

int mpc885_fixup_clocks ( u32  crystal)

Definition at line 74 of file mpc8xx.c.

u32 mpc885_get_clock ( u32  crystal)

Definition at line 23 of file mpc8xx.c.

void mpc8xx_set_clocks ( u32  sysclk)

Definition at line 59 of file mpc8xx.c.