Lines Matching refs:misc_base
19 #define SPEAR1340_SYS_CLK_CTRL (misc_base + 0x200)
26 #define SPEAR1340_PLL_CFG (misc_base + 0x210)
38 #define SPEAR1340_PLL1_CTR (misc_base + 0x214)
39 #define SPEAR1340_PLL1_FRQ (misc_base + 0x218)
40 #define SPEAR1340_PLL2_CTR (misc_base + 0x220)
41 #define SPEAR1340_PLL2_FRQ (misc_base + 0x224)
42 #define SPEAR1340_PLL3_CTR (misc_base + 0x22C)
43 #define SPEAR1340_PLL3_FRQ (misc_base + 0x230)
44 #define SPEAR1340_PLL4_CTR (misc_base + 0x238)
45 #define SPEAR1340_PLL4_FRQ (misc_base + 0x23C)
46 #define SPEAR1340_PERIP_CLK_CFG (misc_base + 0x244)
64 #define SPEAR1340_GMAC_CLK_CFG (misc_base + 0x248)
70 #define SPEAR1340_I2S_CLK_CFG (misc_base + 0x24C)
88 #define SPEAR1340_C3_CLK_SYNT (misc_base + 0x250)
89 #define SPEAR1340_UART0_CLK_SYNT (misc_base + 0x254)
90 #define SPEAR1340_UART1_CLK_SYNT (misc_base + 0x258)
91 #define SPEAR1340_GMAC_CLK_SYNT (misc_base + 0x25C)
92 #define SPEAR1340_SDHCI_CLK_SYNT (misc_base + 0x260)
93 #define SPEAR1340_CFXD_CLK_SYNT (misc_base + 0x264)
94 #define SPEAR1340_ADC_CLK_SYNT (misc_base + 0x270)
95 #define SPEAR1340_AMBA_CLK_SYNT (misc_base + 0x274)
96 #define SPEAR1340_CLCD_CLK_SYNT (misc_base + 0x27C)
97 #define SPEAR1340_SYS_CLK_SYNT (misc_base + 0x284)
98 #define SPEAR1340_GEN_CLK_SYNT0 (misc_base + 0x28C)
99 #define SPEAR1340_GEN_CLK_SYNT1 (misc_base + 0x294)
100 #define SPEAR1340_GEN_CLK_SYNT2 (misc_base + 0x29C)
101 #define SPEAR1340_GEN_CLK_SYNT3 (misc_base + 0x304)
102 #define SPEAR1340_PERIP1_CLK_ENB (misc_base + 0x30C)
131 #define SPEAR1340_PERIP2_CLK_ENB (misc_base + 0x310)
142 #define SPEAR1340_PERIP3_CLK_ENB (misc_base + 0x314)
439 void __init spear1340_clk_init(void __iomem *misc_base) in spear1340_clk_init() argument