|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/kernel.h>#include <linux/io.h>#include <linux/clkdev.h>#include <asm/clock.h>#include <asm/freq.h>Go to the source code of this file.
Macros | |
| #define | DIV4(_bit, _mask, _flags) SH_CLK_DIV4(&pll_clk, FRQMR1, _bit, _mask, _flags) |
| #define | MSTPCR0 0xffc00030 |
| #define | MSTPCR1 0xffc00034 |
Enumerations | |
| enum | { DIV4_I, DIV4_SH, DIV4_B, DIV4_DDR, DIV4_SHA, DIV4_P, DIV4_NR } |
| enum | { MSTP027, MSTP026, MSTP025, MSTP024, MSTP009, MSTP008, MSTP003, MSTP002, MSTP001, MSTP000, MSTP119, MSTP105, MSTP104, MSTP_NR } |
Functions | |
| int __init | arch_clk_init (void) |
Variables | |
| struct clk | div4_clks [DIV4_NR] |
| #define DIV4 | ( | _bit, | |
| _mask, | |||
| _flags | |||
| ) | SH_CLK_DIV4(&pll_clk, FRQMR1, _bit, _mask, _flags) |
Definition at line 64 of file clock-shx3.c.
| #define MSTPCR0 0xffc00030 |
Definition at line 76 of file clock-shx3.c.
| #define MSTPCR1 0xffc00034 |
Definition at line 77 of file clock-shx3.c.
| anonymous enum |
Definition at line 62 of file clock-shx3.c.
| anonymous enum |
| MSTP027 | |
| MSTP026 | |
| MSTP025 | |
| MSTP024 | |
| MSTP009 | |
| MSTP008 | |
| MSTP003 | |
| MSTP002 | |
| MSTP001 | |
| MSTP000 | |
| MSTP119 | |
| MSTP105 | |
| MSTP104 | |
| MSTP_NR |
Definition at line 79 of file clock-shx3.c.
Definition at line 139 of file clock-shx3.c.
Definition at line 67 of file clock-shx3.c.
1.8.2