Home
last modified time | relevance | path

Searched refs:S5P_CLKREG (Results 1 – 3 of 3) sorted by relevance

/arch/arm/mach-s5pv210/include/mach/
Dregs-clock.h18 #define S5P_CLKREG(x) (S3C_VA_SYS + (x)) macro
20 #define S5P_APLL_LOCK S5P_CLKREG(0x00)
21 #define S5P_MPLL_LOCK S5P_CLKREG(0x08)
22 #define S5P_EPLL_LOCK S5P_CLKREG(0x10)
23 #define S5P_VPLL_LOCK S5P_CLKREG(0x20)
25 #define S5P_APLL_CON S5P_CLKREG(0x100)
26 #define S5P_MPLL_CON S5P_CLKREG(0x108)
27 #define S5P_EPLL_CON S5P_CLKREG(0x110)
28 #define S5P_EPLL_CON1 S5P_CLKREG(0x114)
29 #define S5P_VPLL_CON S5P_CLKREG(0x120)
[all …]
/arch/arm/mach-s5pc100/include/mach/
Dregs-clock.h18 #define S5P_CLKREG(x) (S3C_VA_SYS + (x)) macro
22 #define S5P_APLL_LOCK S5P_CLKREG(0x00)
23 #define S5P_MPLL_LOCK S5P_CLKREG(0x04)
24 #define S5P_EPLL_LOCK S5P_CLKREG(0x08)
25 #define S5P_HPLL_LOCK S5P_CLKREG(0x0C)
27 #define S5P_APLL_CON S5P_CLKREG(0x100)
28 #define S5P_MPLL_CON S5P_CLKREG(0x104)
29 #define S5P_EPLL_CON S5P_CLKREG(0x108)
30 #define S5P_HPLL_CON S5P_CLKREG(0x10C)
32 #define S5P_CLK_SRC0 S5P_CLKREG(0x200)
[all …]
/arch/arm/mach-s5p64x0/include/mach/
Dregs-clock.h18 #define S5P_CLKREG(x) (S3C_VA_SYS + (x)) macro
20 #define S5P64X0_APLL_CON S5P_CLKREG(0x0C)
21 #define S5P64X0_MPLL_CON S5P_CLKREG(0x10)
22 #define S5P64X0_EPLL_CON S5P_CLKREG(0x14)
23 #define S5P64X0_EPLL_CON_K S5P_CLKREG(0x18)
25 #define S5P64X0_CLK_SRC0 S5P_CLKREG(0x1C)
27 #define S5P64X0_CLK_DIV0 S5P_CLKREG(0x20)
28 #define S5P64X0_CLK_DIV1 S5P_CLKREG(0x24)
29 #define S5P64X0_CLK_DIV2 S5P_CLKREG(0x28)
31 #define S5P64X0_CLK_GATE_HCLK0 S5P_CLKREG(0x30)
[all …]