Home
last modified time | relevance | path

Searched refs:cpg_clk_info_table (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/clock_control/
Dclock_control_renesas_cpg_mssr.h17 struct cpg_clk_info_table { struct
29 struct cpg_clk_info_table *parent; argument
30 struct cpg_clk_info_table *children_list; argument
31 struct cpg_clk_info_table *next_sibling; argument
37 struct cpg_clk_info_table *clk_info_table[CPG_NUM_DOMAINS];
132 struct cpg_clk_info_table *rcar_cpg_find_clk_info_by_module_id(const struct device *dev,
Dclock_control_renesas_cpg_mssr.c60 const struct cpg_clk_info_table *e = element; in cmp_cpg_clk_info_table_items()
72 struct cpg_clk_info_table *
76 struct cpg_clk_info_table *item; in rcar_cpg_find_clk_info_by_module_id()
77 struct cpg_clk_info_table *table = data->clk_info_table[domain]; in rcar_cpg_find_clk_info_by_module_id()
90 static uint32_t rcar_cpg_get_divider(const struct device *dev, struct cpg_clk_info_table *clk_info) in rcar_cpg_get_divider()
121 static int rcar_cpg_update_out_freq(const struct device *dev, struct cpg_clk_info_table *clk_info) in rcar_cpg_update_out_freq()
134 struct cpg_clk_info_table *clk_info) in rcar_cpg_get_in_update_out_freq()
137 struct cpg_clk_info_table *parent_clk; in rcar_cpg_get_in_update_out_freq()
169 static int64_t rcar_cpg_get_out_freq(const struct device *dev, struct cpg_clk_info_table *clk_info) in rcar_cpg_get_out_freq()
186 struct cpg_clk_info_table *parent) in rcar_cpg_change_children_in_out_freq()
[all …]
Dclock_control_r8a779f0_cpg_mssr.c54 static struct cpg_clk_info_table core_props[] = {
72 static struct cpg_clk_info_table mod_props[] = {
83 struct cpg_clk_info_table *clk_info, uint32_t enable) in r8a779f0_cpg_enable_disable_core()
113 struct cpg_clk_info_table *clk_info; in r8a779f0_cpg_core_clock_endisable()
Dclock_control_r8a7795_cpg_mssr.c42 static struct cpg_clk_info_table core_props[] = {
65 static struct cpg_clk_info_table mod_props[] = {
75 struct cpg_clk_info_table *clk_info, uint32_t enable) in r8a7795_cpg_enable_disable_core()
118 struct cpg_clk_info_table *clk_info; in r8a7795_cpg_core_clock_endisable()