Linux Kernel
3.7.1
|
#include <linux/clk.h>
#include <linux/compiler.h>
#include <linux/slab.h>
#include <linux/io.h>
#include <linux/sh_clk.h>
Go to the source code of this file.
Macros | |
#define | CPG_CKSTP_BIT BIT(8) |
Functions | |
int __init | sh_clk_mstp_register (struct clk *clks, int nr) |
int __init | sh_clk_div6_register (struct clk *clks, int nr) |
int __init | sh_clk_div6_reparent_register (struct clk *clks, int nr) |
int __init | sh_clk_div4_register (struct clk *clks, int nr, struct clk_div4_table *table) |
int __init | sh_clk_div4_enable_register (struct clk *clks, int nr, struct clk_div4_table *table) |
int __init | sh_clk_div4_reparent_register (struct clk *clks, int nr, struct clk_div4_table *table) |