Linux Kernel
3.7.1
|
#include <linux/clk-provider.h>
#include <linux/slab.h>
#include <linux/io.h>
#include <linux/err.h>
#include "clk.h"
Go to the source code of this file.
Macros | |
#define | pr_fmt(fmt) "clk-frac-synth: " fmt |
#define | DIV_FACTOR_MASK 0x1FFFF |
#define | to_clk_frac(_hw) container_of(_hw, struct clk_frac, hw) |
Functions | |
struct clk * | clk_register_frac (const char *name, const char *parent_name, unsigned long flags, void __iomem *reg, struct frac_rate_tbl *rtbl, u8 rtbl_cnt, spinlock_t *lock) |
Variables | |
struct clk_ops | clk_frac_ops |
#define DIV_FACTOR_MASK 0x1FFFF |
Definition at line 20 of file clk-frac-synth.c.
Definition at line 12 of file clk-frac-synth.c.
#define to_clk_frac | ( | _hw | ) | container_of(_hw, struct clk_frac, hw) |
Definition at line 42 of file clk-frac-synth.c.
|
read |
Definition at line 125 of file clk-frac-synth.c.
Definition at line 119 of file clk-frac-synth.c.