Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/
H A Dclk-stm32-core.h161 extern const struct clk_ops clk_fixed_clk_ops;
172 .ops = &clk_fixed_clk_ops,\
H A Dclk-stm32-core.c575 const struct clk_ops clk_fixed_clk_ops = { variable