• Home
  • Raw
  • Download

Lines Matching refs:misc_base

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