Home
last modified time | relevance | path

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

/external/u-boot/drivers/clk/mvebu/
Darmada-37xx-periph.c61 struct clk_div_table { struct
74 const struct clk_div_table *div_table[2]; argument
84 static const struct clk_div_table div_table1[] = {
90 static const struct clk_div_table div_table2[] = {
96 static const struct clk_div_table div_table6[] = {
266 const struct clk_div_table *i; in get_div()
/external/u-boot/drivers/clk/renesas/
Dclk-rcar-gen2.c29 struct clk_div_table { struct
35 static const struct clk_div_table cpg_sdh_div_table[] = { argument
41 static const struct clk_div_table cpg_sd01_div_table[] = {
47 static u8 gen2_clk_get_sdh_div(const struct clk_div_table *table, u8 div) in gen2_clk_get_sdh_div()