Lines Matching refs:misc_base
19 #define PLL1_CTR (misc_base + 0x008)
20 #define PLL1_FRQ (misc_base + 0x00C)
21 #define PLL2_CTR (misc_base + 0x014)
22 #define PLL2_FRQ (misc_base + 0x018)
23 #define PLL_CLK_CFG (misc_base + 0x020)
28 #define CORE_CLK_CFG (misc_base + 0x024)
35 #define PERIP_CLK_CFG (misc_base + 0x028)
49 #define PERIP1_CLK_ENB (misc_base + 0x02C)
75 #define PRSC0_CLK_CFG (misc_base + 0x044)
76 #define PRSC1_CLK_CFG (misc_base + 0x048)
77 #define PRSC2_CLK_CFG (misc_base + 0x04C)
79 #define CLCD_CLK_SYNT (misc_base + 0x05C)
80 #define FIRDA_CLK_SYNT (misc_base + 0x060)
81 #define UART_CLK_SYNT (misc_base + 0x064)
116 void __init spear6xx_clk_init(void __iomem *misc_base) in spear6xx_clk_init() argument