Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/param.h>
#include <linux/init.h>
#include <linux/io.h>
#include <asm/machdep.h>
#include <asm/coldfire.h>
#include <asm/mcfsim.h>
#include <asm/mcfuart.h>
#include <asm/mcfclk.h>
Go to the source code of this file.
Functions | |
DEFINE_CLK (0,"flexbus", 2, MCF_CLK) | |
DEFINE_CLK (0,"fec.0", 12, MCF_CLK) | |
DEFINE_CLK (0,"edma", 17, MCF_CLK) | |
DEFINE_CLK (0,"intc.0", 18, MCF_CLK) | |
DEFINE_CLK (0,"iack.0", 21, MCF_CLK) | |
DEFINE_CLK (0,"mcfi2c.0", 22, MCF_CLK) | |
DEFINE_CLK (0,"mcfqspi.0", 23, MCF_CLK) | |
DEFINE_CLK (0,"mcfuart.0", 24, MCF_BUSCLK) | |
DEFINE_CLK (0,"mcfuart.1", 25, MCF_BUSCLK) | |
DEFINE_CLK (0,"mcfuart.2", 26, MCF_BUSCLK) | |
DEFINE_CLK (0,"mcftmr.0", 28, MCF_CLK) | |
DEFINE_CLK (0,"mcftmr.1", 29, MCF_CLK) | |
DEFINE_CLK (0,"mcftmr.2", 30, MCF_CLK) | |
DEFINE_CLK (0,"mcftmr.3", 31, MCF_CLK) | |
DEFINE_CLK (0,"mcfpit.0", 32, MCF_CLK) | |
DEFINE_CLK (0,"mcfpit.1", 33, MCF_CLK) | |
DEFINE_CLK (0,"mcfeport.0", 34, MCF_CLK) | |
DEFINE_CLK (0,"mcfwdt.0", 35, MCF_CLK) | |
DEFINE_CLK (0,"pll.0", 36, MCF_CLK) | |
DEFINE_CLK (0,"sys.0", 40, MCF_BUSCLK) | |
DEFINE_CLK (0,"gpio.0", 41, MCF_BUSCLK) | |
DEFINE_CLK (0,"sdram.0", 42, MCF_CLK) | |
void __init | config_BSP (char *commandp, int size) |
Variables | |
struct clk * | mcf_clks [] |
DEFINE_CLK | ( | 0 | , |
"flexbus" | , | ||
2 | , | ||
MCF_CLK | |||
) |
DEFINE_CLK | ( | 0 | , |
"fec.0" | , | ||
12 | , | ||
MCF_CLK | |||
) |
DEFINE_CLK | ( | 0 | , |
"edma" | , | ||
17 | , | ||
MCF_CLK | |||
) |
DEFINE_CLK | ( | 0 | , |
"intc.0" | , | ||
18 | , | ||
MCF_CLK | |||
) |
DEFINE_CLK | ( | 0 | , |
"iack.0" | , | ||
21 | , | ||
MCF_CLK | |||
) |
DEFINE_CLK | ( | 0 | , |
"mcfi2c.0" | , | ||
22 | , | ||
MCF_CLK | |||
) |
DEFINE_CLK | ( | 0 | , |
"mcfqspi.0" | , | ||
23 | , | ||
MCF_CLK | |||
) |
DEFINE_CLK | ( | 0 | , |
"mcfuart.0" | , | ||
24 | , | ||
MCF_BUSCLK | |||
) |
DEFINE_CLK | ( | 0 | , |
"mcfuart.1" | , | ||
25 | , | ||
MCF_BUSCLK | |||
) |
DEFINE_CLK | ( | 0 | , |
"mcfuart.2" | , | ||
26 | , | ||
MCF_BUSCLK | |||
) |
DEFINE_CLK | ( | 0 | , |
"mcftmr.0" | , | ||
28 | , | ||
MCF_CLK | |||
) |
DEFINE_CLK | ( | 0 | , |
"mcftmr.1" | , | ||
29 | , | ||
MCF_CLK | |||
) |
DEFINE_CLK | ( | 0 | , |
"mcftmr.2" | , | ||
30 | , | ||
MCF_CLK | |||
) |
DEFINE_CLK | ( | 0 | , |
"mcftmr.3" | , | ||
31 | , | ||
MCF_CLK | |||
) |
DEFINE_CLK | ( | 0 | , |
"mcfpit.0" | , | ||
32 | , | ||
MCF_CLK | |||
) |
DEFINE_CLK | ( | 0 | , |
"mcfpit.1" | , | ||
33 | , | ||
MCF_CLK | |||
) |
DEFINE_CLK | ( | 0 | , |
"mcfeport.0" | , | ||
34 | , | ||
MCF_CLK | |||
) |
DEFINE_CLK | ( | 0 | , |
"mcfwdt.0" | , | ||
35 | , | ||
MCF_CLK | |||
) |
DEFINE_CLK | ( | 0 | , |
"pll.0" | , | ||
36 | , | ||
MCF_CLK | |||
) |
DEFINE_CLK | ( | 0 | , |
"sys.0" | , | ||
40 | , | ||
MCF_BUSCLK | |||
) |
DEFINE_CLK | ( | 0 | , |
"gpio.0" | , | ||
41 | , | ||
MCF_BUSCLK | |||
) |
DEFINE_CLK | ( | 0 | , |
"sdram.0" | , | ||
42 | , | ||
MCF_CLK | |||
) |