Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/err.h>
#include <linux/clk.h>
#include <asm/div64.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.
Data Structures | |
struct | clk |
Macros | |
#define | AR71XX_BASE_FREQ 40000000 |
#define | AR724X_BASE_FREQ 5000000 |
#define | AR913X_BASE_FREQ 5000000 |
Functions | |
void __init | ath79_clocks_init (void) |
struct clk * | clk_get (struct device *dev, const char *id) |
EXPORT_SYMBOL (clk_get) | |
int | clk_enable (struct clk *clk) |
EXPORT_SYMBOL (clk_enable) | |
void | clk_disable (struct clk *clk) |
EXPORT_SYMBOL (clk_disable) | |
unsigned long | clk_get_rate (struct clk *clk) |
EXPORT_SYMBOL (clk_get_rate) | |
void | clk_put (struct clk *clk) |
EXPORT_SYMBOL (clk_put) | |
EXPORT_SYMBOL | ( | clk_get | ) |
EXPORT_SYMBOL | ( | clk_enable | ) |
EXPORT_SYMBOL | ( | clk_disable | ) |
EXPORT_SYMBOL | ( | clk_get_rate | ) |
EXPORT_SYMBOL | ( | clk_put | ) |