#include "ops.h"
#include "types.h"
#include "fsl-soc.h"
#include "pq2.h"
#include "stdio.h"
#include "io.h"
Go to the source code of this file.
|
#define | PQ2_SCCR (0x10c80/4) /* System Clock Configuration Register */ |
|
#define | PQ2_SCMR (0x10c88/4) /* System Clock Mode Register */ |
|
#define PQ2_SCCR (0x10c80/4) /* System Clock Configuration Register */ |
Definition at line 20 of file pq2.c.
#define PQ2_SCMR (0x10c88/4) /* System Clock Mode Register */ |
Definition at line 21 of file pq2.c.
int pq2_fixup_clocks |
( |
u32 |
crystal | ) |
|
Definition at line 93 of file pq2.c.
int pq2_get_clocks |
( |
u32 |
crystal, |
|
|
u32 * |
sysfreq, |
|
|
u32 * |
corefreq, |
|
|
u32 * |
timebase, |
|
|
u32 * |
brgfreq |
|
) |
| |
Definition at line 31 of file pq2.c.
Definition at line 78 of file pq2.c.