• Home
  • Raw
  • Download

Lines Matching refs:misc_base

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