Lines Matching refs:misc_base
19 #define SPEAR1310_PLL_CFG (misc_base + 0x210)
32 #define SPEAR1310_PLL1_CTR (misc_base + 0x214)
33 #define SPEAR1310_PLL1_FRQ (misc_base + 0x218)
34 #define SPEAR1310_PLL2_CTR (misc_base + 0x220)
35 #define SPEAR1310_PLL2_FRQ (misc_base + 0x224)
36 #define SPEAR1310_PLL3_CTR (misc_base + 0x22C)
37 #define SPEAR1310_PLL3_FRQ (misc_base + 0x230)
38 #define SPEAR1310_PLL4_CTR (misc_base + 0x238)
39 #define SPEAR1310_PLL4_FRQ (misc_base + 0x23C)
40 #define SPEAR1310_PERIP_CLK_CFG (misc_base + 0x244)
62 #define SPEAR1310_GMAC_CLK_CFG (misc_base + 0x248)
70 #define SPEAR1310_I2S_CLK_CFG (misc_base + 0x24C)
88 #define SPEAR1310_C3_CLK_SYNT (misc_base + 0x250)
89 #define SPEAR1310_UART_CLK_SYNT (misc_base + 0x254)
90 #define SPEAR1310_GMAC_CLK_SYNT (misc_base + 0x258)
91 #define SPEAR1310_SDHCI_CLK_SYNT (misc_base + 0x25C)
92 #define SPEAR1310_CFXD_CLK_SYNT (misc_base + 0x260)
93 #define SPEAR1310_ADC_CLK_SYNT (misc_base + 0x264)
94 #define SPEAR1310_AMBA_CLK_SYNT (misc_base + 0x268)
95 #define SPEAR1310_CLCD_CLK_SYNT (misc_base + 0x270)
96 #define SPEAR1310_RAS_CLK_SYNT0 (misc_base + 0x280)
97 #define SPEAR1310_RAS_CLK_SYNT1 (misc_base + 0x288)
98 #define SPEAR1310_RAS_CLK_SYNT2 (misc_base + 0x290)
99 #define SPEAR1310_RAS_CLK_SYNT3 (misc_base + 0x298)
102 #define SPEAR1310_PERIP1_CLK_ENB (misc_base + 0x300)
135 #define SPEAR1310_PERIP2_CLK_ENB (misc_base + 0x304)
147 #define SPEAR1310_RAS_CLK_ENB (misc_base + 0x310)
382 void __init spear1310_clk_init(void __iomem *misc_base, void __iomem *ras_base) in spear1310_clk_init() argument