Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clk/sirf/
Dclk-atlas7.c219 struct clk_dto { struct
224 #define to_dtoclk(_hw) container_of(_hw, struct clk_dto, hw) argument
488 struct clk_dto *clk = to_dtoclk(hw); in dto_clk_is_enabled()
499 struct clk_dto *clk = to_dtoclk(hw); in dto_clk_enable()
511 struct clk_dto *clk = to_dtoclk(hw); in dto_clk_disable()
523 struct clk_dto *clk = to_dtoclk(hw); in dto_clk_recalc_rate()
553 struct clk_dto *clk = to_dtoclk(hw); in dto_clk_set_rate()
564 struct clk_dto *clk = to_dtoclk(hw); in dto_clk_get_parent()
574 struct clk_dto *clk = to_dtoclk(hw); in dto_clk_set_parent()
605 static struct clk_dto clk_audio_dto = {
[all …]