|
Linux Kernel
3.7.1
|
#include <linux/clk.h>#include <linux/clk-provider.h>#include <linux/io.h>#include <linux/slab.h>#include <linux/err.h>#include "clk.h"Go to the source code of this file.
Data Structures | |
| struct | clk_pfd |
Macros | |
| #define | to_clk_pfd(_hw) container_of(_hw, struct clk_pfd, hw) |
| #define | SET 0x4 |
| #define | CLR 0x8 |
| #define | OTG 0xc |
Functions | |
| struct clk * | imx_clk_pfd (const char *name, const char *parent_name, void __iomem *reg, u8 idx) |
| #define to_clk_pfd | ( | _hw | ) | container_of(_hw, struct clk_pfd, hw) |
1.8.2