Searched refs:cpg_mode (Results 1 – 18 of 18) sorted by relevance
360 u32 cpg_mode; in gen3_clk_probe() local376 cpg_mode = readl(rst_base + CPG_RST_MODEMR); in gen3_clk_probe()379 (struct rcar_gen3_cpg_pll_config *)info->get_pll_config(cpg_mode); in gen3_clk_probe()383 priv->sscg = !(cpg_mode & BIT(12)); in gen3_clk_probe()
197 static const void *r8a77970_get_pll_config(const u32 cpg_mode) in r8a77970_get_pll_config() argument199 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a77970_get_pll_config()
284 u32 cpg_mode; in gen2_clk_probe() local301 cpg_mode = readl(rst_base + CPG_RST_MODEMR); in gen2_clk_probe()304 (struct rcar_gen2_cpg_pll_config *)info->get_pll_config(cpg_mode); in gen2_clk_probe()
203 static const void *r8a7792_get_pll_config(const u32 cpg_mode) in r8a7792_get_pll_config() argument205 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a7792_get_pll_config()
220 static const void *r8a77980_get_pll_config(const u32 cpg_mode) in r8a77980_get_pll_config() argument222 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a77980_get_pll_config()
219 static const void *r8a77995_get_pll_config(const u32 cpg_mode) in r8a77995_get_pll_config() argument221 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a77995_get_pll_config()
230 static const void *r8a7794_get_pll_config(const u32 cpg_mode) in r8a7794_get_pll_config() argument232 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a7794_get_pll_config()
255 static const void *r8a7791_get_pll_config(const u32 cpg_mode) in r8a7791_get_pll_config() argument257 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a7791_get_pll_config()
253 static const void *r8a7790_get_pll_config(const u32 cpg_mode) in r8a7790_get_pll_config() argument255 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a7790_get_pll_config()
273 static const void *r8a774c0_get_pll_config(const u32 cpg_mode) in r8a774c0_get_pll_config() argument275 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a774c0_get_pll_config()
32 const void *(*get_pll_config)(const u32 cpg_mode);
320 static const void *r8a77965_get_pll_config(const u32 cpg_mode) in r8a77965_get_pll_config() argument322 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a77965_get_pll_config()
280 static const void *r8a77990_get_pll_config(const u32 cpg_mode) in r8a77990_get_pll_config() argument282 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a77990_get_pll_config()
307 static const void *r8a774a1_get_pll_config(const u32 cpg_mode) in r8a774a1_get_pll_config() argument309 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a774a1_get_pll_config()
300 static const void *r8a774b1_get_pll_config(const u32 cpg_mode) in r8a774b1_get_pll_config() argument302 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a774b1_get_pll_config()
322 static const void *r8a7796_get_pll_config(const u32 cpg_mode) in r8a7796_get_pll_config() argument324 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a7796_get_pll_config()
322 static const void *r8a774e1_get_pll_config(const u32 cpg_mode) in r8a774e1_get_pll_config() argument324 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a774e1_get_pll_config()
344 static const void *r8a7795_get_pll_config(const u32 cpg_mode) in r8a7795_get_pll_config() argument346 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a7795_get_pll_config()
Completed in 24 milliseconds