Home
last modified time | relevance | path

Searched refs:clk_div_table (Results 1 – 7 of 7) sorted by relevance

/u-boot/drivers/clk/
A Dclk-divider.c31 unsigned int clk_divider_get_table_div(const struct clk_div_table *table, in clk_divider_get_table_div()
34 const struct clk_div_table *clkt; in clk_divider_get_table_div()
42 static unsigned int _get_div(const struct clk_div_table *table, in _get_div()
58 const struct clk_div_table *table, in divider_recalc_rate()
92 bool clk_divider_is_valid_table_div(const struct clk_div_table *table, in clk_divider_is_valid_table_div()
95 const struct clk_div_table *clkt; in clk_divider_is_valid_table_div()
103 bool clk_divider_is_valid_div(const struct clk_div_table *table, in clk_divider_is_valid_div()
116 const struct clk_div_table *clkt; in clk_divider_get_table_val()
124 static unsigned int _get_val(const struct clk_div_table *table, in _get_val()
138 const struct clk_div_table *table, u8 width, in divider_get_val()
[all …]
/u-boot/include/linux/
A Dclk-provider.h112 struct clk_div_table { struct
123 const struct clk_div_table *table; argument
148 unsigned int clk_divider_get_table_div(const struct clk_div_table *table,
161 unsigned int clk_divider_get_table_val(const struct clk_div_table *table,
172 bool clk_divider_is_valid_div(const struct clk_div_table *table,
182 bool clk_divider_is_valid_table_div(const struct clk_div_table *table,
186 const struct clk_div_table *table,
/u-boot/drivers/clk/mvebu/
A Darmada-37xx-periph.c63 struct clk_div_table { struct
76 const struct clk_div_table *div_table[2]; argument
86 static const struct clk_div_table div_table1[] = {
92 static const struct clk_div_table div_table2[] = {
98 static const struct clk_div_table div_table6[] = {
278 const struct clk_div_table *i; in get_div()
365 static ulong find_best_div(const struct clk_div_table *t0, in find_best_div()
366 const struct clk_div_table *t1, ulong parent_rate, in find_best_div()
369 const struct clk_div_table *i, *j; in find_best_div()
394 const struct clk_div_table *t1; in armada_37xx_periph_clk_set_rate()
[all …]
/u-boot/drivers/clk/ti/
A Dclk-divider.c31 const struct clk_div_table *table;
41 static unsigned int _get_div(const struct clk_div_table *table, ulong flags, in _get_div()
56 static unsigned int _get_val(const struct clk_div_table *table, ulong flags, in _get_val()
71 static int _div_round_up(const struct clk_div_table *table, ulong parent_rate, in _div_round_up()
74 const struct clk_div_table *clkt; in _div_round_up()
91 static int _div_round(const struct clk_div_table *table, ulong parent_rate, in _div_round()
285 struct clk_div_table *table = NULL; in clk_ti_divider_of_to_plat()
/u-boot/drivers/clk/microchip/
A Dmpfs_clk_cfg.c23 static const struct clk_div_table mpfs_div_cpu_axi_table[] = {
29 static const struct clk_div_table mpfs_div_ahb_table[] = {
48 const struct clk_div_table *table;
A Dmpfs_clk.h41 const struct clk_div_table *table,
/u-boot/drivers/clk/renesas/
A Dclk-rcar-gen2.c31 struct clk_div_table { struct
37 static const struct clk_div_table cpg_sdh_div_table[] = { argument
43 static const struct clk_div_table cpg_sd01_div_table[] = {
49 static u8 gen2_clk_get_sdh_div(const struct clk_div_table *table, u8 val) in gen2_clk_get_sdh_div()

Completed in 11 milliseconds