Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/types.h>
#include <linux/spinlock.h>
#include <asm/mach-ath79/ath79.h>
#include <asm/mach-ath79/ar71xx_regs.h>
#include "common.h"
Go to the source code of this file.
Variables | |
u32 | ath79_cpu_freq |
u32 | ath79_ahb_freq |
u32 | ath79_ddr_freq |
enum ath79_soc_type | ath79_soc |
unsigned int | ath79_soc_rev |
void __iomem * | ath79_pll_base |
void __iomem * | ath79_reset_base |
void __iomem * | ath79_ddr_base |
EXPORT_SYMBOL_GPL | ( | ath79_cpu_freq | ) |
EXPORT_SYMBOL_GPL | ( | ath79_ahb_freq | ) |
EXPORT_SYMBOL_GPL | ( | ath79_ddr_freq | ) |
EXPORT_SYMBOL_GPL | ( | ath79_reset_base | ) |
EXPORT_SYMBOL_GPL | ( | ath79_ddr_wb_flush | ) |
EXPORT_SYMBOL_GPL | ( | ath79_device_reset_set | ) |
EXPORT_SYMBOL_GPL | ( | ath79_device_reset_clear | ) |
enum ath79_soc_type ath79_soc |