Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/
A Dclk-stm32mp15.c1297 static struct clk stm32mp1_clk[ARRAY_SIZE(stm32mp1_clk_gate) + variable
1304 int clk_index = clk - stm32mp1_clk; in clk_is_gate()
1312 int gate_index = clk - stm32mp1_clk; in clk_to_clock_id()
1323 int gate_index = clk - stm32mp1_clk; in clk_to_gate_ref()
1358 return stm32mp1_clk + gate_index; in clock_id_to_clk()
1361 return stm32mp1_clk + CLK_ON_INDEX_OFFSET + on_index; in clock_id_to_clk()
1477 for (n = 0; n < ARRAY_SIZE(stm32mp1_clk); n++) { in register_stm32mp1_clocks()
1478 stm32mp1_clk[n].ops = &stm32mp1_clk_ops; in register_stm32mp1_clocks()
1479 stm32mp1_clk[n].name = clk_op_get_name(stm32mp1_clk + n); in register_stm32mp1_clocks()
1480 refcount_set(&stm32mp1_clk[n].enabled_count, 0); in register_stm32mp1_clocks()
[all …]

Completed in 5 milliseconds