Home
last modified time | relevance | path

Searched refs:soc_config_base (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/clk/spear/
Dspear3xx_clock.c214 #define SPEAR320_CONTROL_REG (soc_config_base + 0x0010)
215 #define SPEAR320_EXT_CTRL_REG (soc_config_base + 0x0018)
248 static void __init spear320_clk_init(void __iomem *soc_config_base, in spear320_clk_init() argument
390 void __init spear3xx_clk_init(void __iomem *misc_base, void __iomem *soc_config_base) in spear3xx_clk_init() argument
668 spear320_clk_init(soc_config_base, ras_apb_clk); in spear3xx_clk_init()
/linux-4.1.27/arch/arm/mach-spear/
Dgeneric.h30 void __iomem *soc_config_base);