|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/serial_8250.h>#include <linux/ata_platform.h>#include <linux/mtd/nand.h>#include <linux/dma-mapping.h>#include <linux/clk-provider.h>#include <linux/spinlock.h>#include <linux/mv643xx_i2c.h>#include <net/dsa.h>#include <asm/page.h>#include <asm/timex.h>#include <asm/kexec.h>#include <asm/mach/map.h>#include <asm/mach/time.h>#include <mach/kirkwood.h>#include <mach/bridge-regs.h>#include <linux/platform_data/asoc-kirkwood.h>#include <plat/cache-feroceon-l2.h>#include <linux/platform_data/mmc-mvsdio.h>#include <linux/platform_data/mtd-orion_nand.h>#include <linux/platform_data/usb-ehci-orion.h>#include <plat/common.h>#include <plat/time.h>#include <plat/addr-map.h>#include <linux/platform_data/dma-mv_xor.h>#include "common.h"Go to the source code of this file.
Data Structures | |
| struct | clk_gate_fn |
Macros | |
| #define | to_clk_gate_fn(_gate) container_of(_gate, struct clk_gate_fn, gate) |
| #define | to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) |
Variables | |
| int | kirkwood_tclk |
| struct sys_timer | kirkwood_timer |
| #define to_clk_gate | ( | _hw | ) | container_of(_hw, struct clk_gate, hw) |
| #define to_clk_gate_fn | ( | _gate | ) | container_of(_gate, struct clk_gate_fn, gate) |
| void __init kirkwood_ge00_init | ( | struct mv643xx_eth_platform_data * | eth_data | ) |
| void __init kirkwood_ge00_switch_init | ( | struct dsa_platform_data * | d, |
| int | irq | ||
| ) |
| void __init kirkwood_ge01_init | ( | struct mv643xx_eth_platform_data * | eth_data | ) |
| void __init kirkwood_sata_init | ( | struct mv_sata_platform_data * | sata_data | ) |
| void __init kirkwood_sdio_init | ( | struct mvsdio_platform_data * | mvsdio_data | ) |
1.8.2