|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/clk.h>#include <linux/io.h>#include <linux/err.h>#include <linux/delay.h>#include <linux/slab.h>#include "clk.h"Go to the source code of this file.
Data Structures | |
| struct | clk_apbc |
Macros | |
| #define | APBC_APBCLK (1 << 0) /* APB Bus Clock Enable */ |
| #define | APBC_FNCLK (1 << 1) /* Functional Clock Enable */ |
| #define | APBC_RST (1 << 2) /* Reset Generation */ |
| #define | APBC_POWER (1 << 7) /* Reset Generation */ |
| #define | to_clk_apbc(hw) container_of(hw, struct clk_apbc, hw) |
Functions | |
| struct clk * | mmp_clk_register_apbc (const char *name, const char *parent_name, void __iomem *base, unsigned int delay, unsigned int apbc_flags, spinlock_t *lock) |
Variables | |
| struct clk_ops | clk_apbc_ops |
| #define APBC_APBCLK (1 << 0) /* APB Bus Clock Enable */ |
Definition at line 22 of file clk-apbc.c.
| #define APBC_FNCLK (1 << 1) /* Functional Clock Enable */ |
Definition at line 23 of file clk-apbc.c.
| #define APBC_POWER (1 << 7) /* Reset Generation */ |
Definition at line 25 of file clk-apbc.c.
| #define APBC_RST (1 << 2) /* Reset Generation */ |
Definition at line 24 of file clk-apbc.c.
Definition at line 27 of file clk-apbc.c.
|
read |
Definition at line 123 of file clk-apbc.c.
Definition at line 118 of file clk-apbc.c.
1.8.2