Home
last modified time | relevance | path

Searched refs:SC_BASE_ADDR (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/
H A Dsc-regs.h14 #define SC_BASE_ADDR 0x61840000 macro
16 #define SC_DPLLOSCCTRL (SC_BASE_ADDR | 0x1110)
20 #define SC_DPLLCTRL (SC_BASE_ADDR | 0x1200)
25 #define SC_DPLLCTRL2 (SC_BASE_ADDR | 0x1204)
28 #define SC_DPLLCTRL3 (SC_BASE_ADDR | 0x1208)
32 #define SC_UPLLCTRL (SC_BASE_ADDR | 0x1210)
34 #define SC_VPLL27ACTRL (SC_BASE_ADDR | 0x1270)
35 #define SC_VPLL27ACTRL2 (SC_BASE_ADDR | 0x1274)
36 #define SC_VPLL27ACTRL3 (SC_BASE_ADDR | 0x1278)
38 #define SC_VPLL27BCTRL (SC_BASE_ADDR | 0x1290)
[all …]
H A Dsc64-regs.h13 #define SC_BASE_ADDR 0x61840000 macro
15 #define SC_RSTCTRL (SC_BASE_ADDR | 0x2000)
16 #define SC_RSTCTRL3 (SC_BASE_ADDR | 0x2008)
17 #define SC_RSTCTRL4 (SC_BASE_ADDR | 0x200c)
20 #define SC_RSTCTRL5 (SC_BASE_ADDR | 0x2010)
21 #define SC_RSTCTRL6 (SC_BASE_ADDR | 0x2014)
22 #define SC_RSTCTRL7 (SC_BASE_ADDR | 0x2018)
31 #define SC_CLKCTRL (SC_BASE_ADDR | 0x2100)
32 #define SC_CLKCTRL3 (SC_BASE_ADDR | 0x2108)
33 #define SC_CLKCTRL4 (SC_BASE_ADDR | 0x210c)
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/clk/
H A Dpll-pxs3.c14 #define SC_CPLLCTRL (SC_BASE_ADDR | 0x1400) /* CPU/ARM */
15 #define SC_SPLLCTRL (SC_BASE_ADDR | 0x1410) /* misc */
16 #define SC_SPLL2CTRL (SC_BASE_ADDR | 0x1420) /* DSP */
17 #define SC_VPPLLCTRL (SC_BASE_ADDR | 0x1430) /* VPE */
18 #define SC_VGPLLCTRL (SC_BASE_ADDR | 0x1440)
19 #define SC_DECPLLCTRL (SC_BASE_ADDR | 0x1450)
20 #define SC_ENCPLLCTRL (SC_BASE_ADDR | 0x1460)
21 #define SC_PXFPLLCTRL (SC_BASE_ADDR | 0x1470)
22 #define SC_DPLL0CTRL (SC_BASE_ADDR | 0x1480) /* DDR memory 0 */
23 #define SC_DPLL1CTRL (SC_BASE_ADDR | 0x1490) /* DDR memory 1 */
[all …]
H A Dpll-ld20.c15 #define SC_CPLLCTRL (SC_BASE_ADDR | 0x1400) /* CPU/ARM */
16 #define SC_SPLLCTRL (SC_BASE_ADDR | 0x1410) /* misc */
17 #define SC_SPLL2CTRL (SC_BASE_ADDR | 0x1420) /* DSP */
18 #define SC_MPLLCTRL (SC_BASE_ADDR | 0x1430) /* Video codec */
19 #define SC_VPPLLCTRL (SC_BASE_ADDR | 0x1440) /* VPE etc. */
20 #define SC_GPPLLCTRL (SC_BASE_ADDR | 0x1450) /* GPU/Mali */
21 #define SC_DPLL0CTRL (SC_BASE_ADDR | 0x1460) /* DDR memory 0 */
22 #define SC_DPLL1CTRL (SC_BASE_ADDR | 0x1470) /* DDR memory 1 */
23 #define SC_DPLL2CTRL (SC_BASE_ADDR | 0x1480) /* DDR memory 2 */
26 #define SC_VPLL27FCTRL (SC_BASE_ADDR | 0x1500)
[all …]
H A Dpll-ld11.c15 #define SC_CPLLCTRL (SC_BASE_ADDR | 0x1400) /* CPU/ARM */
16 #define SC_SPLLCTRL (SC_BASE_ADDR | 0x1410) /* misc */
17 #define SC_MPLLCTRL (SC_BASE_ADDR | 0x1430) /* DSP */
18 #define SC_VSPLLCTRL (SC_BASE_ADDR | 0x1440) /* Video codec, VPE etc. */
19 #define SC_DPLLCTRL (SC_BASE_ADDR | 0x1460) /* DDR memory */
22 #define SC_VPLL27FCTRL (SC_BASE_ADDR | 0x1500)
23 #define SC_VPLL27ACTRL (SC_BASE_ADDR | 0x1520)