Lines Matching refs:misc_base
17 #define PLL1_CTR (misc_base + 0x008)
18 #define PLL1_FRQ (misc_base + 0x00C)
19 #define PLL2_CTR (misc_base + 0x014)
20 #define PLL2_FRQ (misc_base + 0x018)
21 #define PLL_CLK_CFG (misc_base + 0x020)
26 #define CORE_CLK_CFG (misc_base + 0x024)
33 #define PERIP_CLK_CFG (misc_base + 0x028)
47 #define PERIP1_CLK_ENB (misc_base + 0x02C)
73 #define PRSC0_CLK_CFG (misc_base + 0x044)
74 #define PRSC1_CLK_CFG (misc_base + 0x048)
75 #define PRSC2_CLK_CFG (misc_base + 0x04C)
77 #define CLCD_CLK_SYNT (misc_base + 0x05C)
78 #define FIRDA_CLK_SYNT (misc_base + 0x060)
79 #define UART_CLK_SYNT (misc_base + 0x064)
114 void __init spear6xx_clk_init(void __iomem *misc_base) in spear6xx_clk_init() argument