Searched refs:cpg_mode (Results 1 – 12 of 12) sorted by relevance
361 u32 cpg_mode; in gen3_clk_probe() local377 cpg_mode = readl(rst_base + CPG_RST_MODEMR); in gen3_clk_probe()380 (struct rcar_gen3_cpg_pll_config *)info->get_pll_config(cpg_mode); in gen3_clk_probe()384 priv->sscg = !(cpg_mode & BIT(12)); in gen3_clk_probe()
236 u32 cpg_mode; in gen2_clk_probe() local252 cpg_mode = readl(rst_base + CPG_RST_MODEMR); in gen2_clk_probe()255 (struct rcar_gen2_cpg_pll_config *)info->get_pll_config(cpg_mode); in gen2_clk_probe()
196 static const void *r8a77970_get_pll_config(const u32 cpg_mode) in r8a77970_get_pll_config() argument198 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a77970_get_pll_config()
204 static const void *r8a7792_get_pll_config(const u32 cpg_mode) in r8a7792_get_pll_config() argument206 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a7792_get_pll_config()
210 static const void *r8a77995_get_pll_config(const u32 cpg_mode) in r8a77995_get_pll_config() argument212 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a77995_get_pll_config()
231 static const void *r8a7794_get_pll_config(const u32 cpg_mode) in r8a7794_get_pll_config() argument233 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a7794_get_pll_config()
250 static const void *r8a7791_get_pll_config(const u32 cpg_mode) in r8a7791_get_pll_config() argument252 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a7791_get_pll_config()
272 static const void *r8a77990_get_pll_config(const u32 cpg_mode) in r8a77990_get_pll_config() argument274 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a77990_get_pll_config()
254 static const void *r8a7790_get_pll_config(const u32 cpg_mode) in r8a7790_get_pll_config() argument256 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a7790_get_pll_config()
305 static const void *r8a7796_get_pll_config(const u32 cpg_mode) in r8a7796_get_pll_config() argument307 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a7796_get_pll_config()
332 static const void *r8a7795_get_pll_config(const u32 cpg_mode) in r8a7795_get_pll_config() argument334 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a7795_get_pll_config()
31 const void *(*get_pll_config)(const u32 cpg_mode);