Linux Kernel
3.7.1
|
#include <linux/clk.h>
#include <linux/clkdev.h>
#include <linux/err.h>
#include <linux/io.h>
#include <linux/clk-provider.h>
#include <linux/spinlock.h>
#include <mach/syscon.h>
Go to the source code of this file.
Data Structures | |
struct | clk_syscon |
struct | clk_mclk |
Macros | |
#define | to_syscon(_hw) container_of(_hw, struct clk_syscon, hw) |
#define | to_mclk(_hw) container_of(_hw, struct clk_mclk, hw) |
Functions | |
void __init | u300_clk_init (void __iomem *base) |
#define to_mclk | ( | _hw | ) | container_of(_hw, struct clk_mclk, hw) |
Definition at line 399 of file clk-u300.c.
#define to_syscon | ( | _hw | ) | container_of(_hw, struct clk_syscon, hw) |
Definition at line 102 of file clk-u300.c.