Lines Matching refs:misc_base
20 #define PLL1_CTR (misc_base + 0x008)
21 #define PLL1_FRQ (misc_base + 0x00C)
22 #define PLL2_CTR (misc_base + 0x014)
23 #define PLL2_FRQ (misc_base + 0x018)
24 #define PLL_CLK_CFG (misc_base + 0x020)
29 #define CORE_CLK_CFG (misc_base + 0x024)
36 #define PERIP_CLK_CFG (misc_base + 0x028)
50 #define PERIP1_CLK_ENB (misc_base + 0x02C)
76 #define PRSC0_CLK_CFG (misc_base + 0x044)
77 #define PRSC1_CLK_CFG (misc_base + 0x048)
78 #define PRSC2_CLK_CFG (misc_base + 0x04C)
80 #define CLCD_CLK_SYNT (misc_base + 0x05C)
81 #define FIRDA_CLK_SYNT (misc_base + 0x060)
82 #define UART_CLK_SYNT (misc_base + 0x064)
117 void __init spear6xx_clk_init(void __iomem *misc_base) in spear6xx_clk_init() argument