Home
last modified time | relevance | path

Searched refs:cpg_mode (Results 1 – 12 of 12) sorted by relevance

/external/u-boot/drivers/clk/renesas/
Dclk-rcar-gen3.c361 u32 cpg_mode; in gen3_clk_probe() local
377 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()
Dclk-rcar-gen2.c236 u32 cpg_mode; in gen2_clk_probe() local
252 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()
Dr8a77970-cpg-mssr.c196 static const void *r8a77970_get_pll_config(const u32 cpg_mode) in r8a77970_get_pll_config() argument
198 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a77970_get_pll_config()
Dr8a7792-cpg-mssr.c204 static const void *r8a7792_get_pll_config(const u32 cpg_mode) in r8a7792_get_pll_config() argument
206 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a7792_get_pll_config()
Dr8a77995-cpg-mssr.c210 static const void *r8a77995_get_pll_config(const u32 cpg_mode) in r8a77995_get_pll_config() argument
212 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a77995_get_pll_config()
Dr8a7794-cpg-mssr.c231 static const void *r8a7794_get_pll_config(const u32 cpg_mode) in r8a7794_get_pll_config() argument
233 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a7794_get_pll_config()
Dr8a7791-cpg-mssr.c250 static const void *r8a7791_get_pll_config(const u32 cpg_mode) in r8a7791_get_pll_config() argument
252 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a7791_get_pll_config()
Dr8a77990-cpg-mssr.c272 static const void *r8a77990_get_pll_config(const u32 cpg_mode) in r8a77990_get_pll_config() argument
274 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a77990_get_pll_config()
Dr8a7790-cpg-mssr.c254 static const void *r8a7790_get_pll_config(const u32 cpg_mode) in r8a7790_get_pll_config() argument
256 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a7790_get_pll_config()
Dr8a7796-cpg-mssr.c305 static const void *r8a7796_get_pll_config(const u32 cpg_mode) in r8a7796_get_pll_config() argument
307 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a7796_get_pll_config()
Dr8a7795-cpg-mssr.c332 static const void *r8a7795_get_pll_config(const u32 cpg_mode) in r8a7795_get_pll_config() argument
334 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a7795_get_pll_config()
Drenesas-cpg-mssr.h31 const void *(*get_pll_config)(const u32 cpg_mode);