Home
last modified time | relevance | path

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

/u-boot/drivers/clk/renesas/
A Dclk-rcar-gen3.c360 u32 cpg_mode; in gen3_clk_probe() local
376 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()
A Dr8a77970-cpg-mssr.c197 static const void *r8a77970_get_pll_config(const u32 cpg_mode) in r8a77970_get_pll_config() argument
199 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a77970_get_pll_config()
A Dclk-rcar-gen2.c284 u32 cpg_mode; in gen2_clk_probe() local
301 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()
A Dr8a7792-cpg-mssr.c203 static const void *r8a7792_get_pll_config(const u32 cpg_mode) in r8a7792_get_pll_config() argument
205 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a7792_get_pll_config()
A Dr8a77980-cpg-mssr.c220 static const void *r8a77980_get_pll_config(const u32 cpg_mode) in r8a77980_get_pll_config() argument
222 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a77980_get_pll_config()
A Dr8a77995-cpg-mssr.c219 static const void *r8a77995_get_pll_config(const u32 cpg_mode) in r8a77995_get_pll_config() argument
221 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a77995_get_pll_config()
A Dr8a7794-cpg-mssr.c230 static const void *r8a7794_get_pll_config(const u32 cpg_mode) in r8a7794_get_pll_config() argument
232 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a7794_get_pll_config()
A Dr8a7791-cpg-mssr.c255 static const void *r8a7791_get_pll_config(const u32 cpg_mode) in r8a7791_get_pll_config() argument
257 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a7791_get_pll_config()
A Dr8a7790-cpg-mssr.c253 static const void *r8a7790_get_pll_config(const u32 cpg_mode) in r8a7790_get_pll_config() argument
255 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a7790_get_pll_config()
A Dr8a774c0-cpg-mssr.c273 static const void *r8a774c0_get_pll_config(const u32 cpg_mode) in r8a774c0_get_pll_config() argument
275 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a774c0_get_pll_config()
A Drenesas-cpg-mssr.h32 const void *(*get_pll_config)(const u32 cpg_mode);
A Dr8a77965-cpg-mssr.c320 static const void *r8a77965_get_pll_config(const u32 cpg_mode) in r8a77965_get_pll_config() argument
322 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a77965_get_pll_config()
A Dr8a77990-cpg-mssr.c280 static const void *r8a77990_get_pll_config(const u32 cpg_mode) in r8a77990_get_pll_config() argument
282 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a77990_get_pll_config()
A Dr8a774a1-cpg-mssr.c307 static const void *r8a774a1_get_pll_config(const u32 cpg_mode) in r8a774a1_get_pll_config() argument
309 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a774a1_get_pll_config()
A Dr8a774b1-cpg-mssr.c300 static const void *r8a774b1_get_pll_config(const u32 cpg_mode) in r8a774b1_get_pll_config() argument
302 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a774b1_get_pll_config()
A Dr8a7796-cpg-mssr.c322 static const void *r8a7796_get_pll_config(const u32 cpg_mode) in r8a7796_get_pll_config() argument
324 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a7796_get_pll_config()
A Dr8a774e1-cpg-mssr.c322 static const void *r8a774e1_get_pll_config(const u32 cpg_mode) in r8a774e1_get_pll_config() argument
324 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a774e1_get_pll_config()
A Dr8a7795-cpg-mssr.c344 static const void *r8a7795_get_pll_config(const u32 cpg_mode) in r8a7795_get_pll_config() argument
346 return &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)]; in r8a7795_get_pll_config()

Completed in 24 milliseconds