Linux Kernel
3.7.1
|
#include <linux/clkdev.h>
Go to the source code of this file.
Data Structures | |
struct | clk |
Macros | |
#define | DEFINE_CLK(_name, _ctrlbit) |
#define | DEFINE_SUBCLK(_name, _ctrlbit) |
#define | DEF_CLKLOOK(_clk, _devname, _conname) |
Functions | |
void | nuc900_clk_enable (struct clk *clk, int enable) |
void | nuc900_subclk_enable (struct clk *clk, int enable) |
#define DEF_CLKLOOK | ( | _clk, | |
_devname, | |||
_conname | |||
) |
#define DEFINE_CLK | ( | _name, | |
_ctrlbit | |||
) |
#define DEFINE_SUBCLK | ( | _name, | |
_ctrlbit | |||
) |