Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/clk/mediatek/
Dclk-gate.c20 struct mtk_clk_gate *cg = to_mtk_clk_gate(hw); in mtk_cg_bit_is_cleared()
32 struct mtk_clk_gate *cg = to_mtk_clk_gate(hw); in mtk_cg_bit_is_set()
44 struct mtk_clk_gate *cg = to_mtk_clk_gate(hw); in mtk_cg_set_bit()
51 struct mtk_clk_gate *cg = to_mtk_clk_gate(hw); in mtk_cg_clr_bit()
58 struct mtk_clk_gate *cg = to_mtk_clk_gate(hw); in mtk_cg_set_bit_no_setclr()
66 struct mtk_clk_gate *cg = to_mtk_clk_gate(hw); in mtk_cg_clr_bit_no_setclr()
Dclk-gate.h24 static inline struct mtk_clk_gate *to_mtk_clk_gate(struct clk_hw *hw) in to_mtk_clk_gate() function