OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SC_BASE_ADDR
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/arm/mach-uniphier/
sc64-regs.h
12
#define
SC_BASE_ADDR
0x61840000
14
#define SC_RSTCTRL (
SC_BASE_ADDR
| 0x2000)
15
#define SC_RSTCTRL3 (
SC_BASE_ADDR
| 0x2008)
16
#define SC_RSTCTRL4 (
SC_BASE_ADDR
| 0x200c)
17
#define SC_RSTCTRL5 (
SC_BASE_ADDR
| 0x2010)
18
#define SC_RSTCTRL6 (
SC_BASE_ADDR
| 0x2014)
19
#define SC_RSTCTRL7 (
SC_BASE_ADDR
| 0x2018)
21
#define SC_CLKCTRL (
SC_BASE_ADDR
| 0x2100)
22
#define SC_CLKCTRL3 (
SC_BASE_ADDR
| 0x2108)
23
#define SC_CLKCTRL4 (
SC_BASE_ADDR
| 0x210c
[
all
...]
sc-regs.h
13
#define
SC_BASE_ADDR
0x61840000
15
#define SC_DPLLOSCCTRL (
SC_BASE_ADDR
| 0x1110)
19
#define SC_DPLLCTRL (
SC_BASE_ADDR
| 0x1200)
24
#define SC_DPLLCTRL2 (
SC_BASE_ADDR
| 0x1204)
27
#define SC_DPLLCTRL3 (
SC_BASE_ADDR
| 0x1208)
31
#define SC_UPLLCTRL (
SC_BASE_ADDR
| 0x1210)
33
#define SC_VPLL27ACTRL (
SC_BASE_ADDR
| 0x1270)
34
#define SC_VPLL27ACTRL2 (
SC_BASE_ADDR
| 0x1274)
35
#define SC_VPLL27ACTRL3 (
SC_BASE_ADDR
| 0x1278)
37
#define SC_VPLL27BCTRL (
SC_BASE_ADDR
| 0x1290
[
all
...]
Completed in 3098 milliseconds