Home
last modified time | relevance | path

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

/linux/drivers/clk/mediatek/
A Dclk-gate.c21 struct mtk_clk_gate *cg = to_mtk_clk_gate(hw); in mtk_cg_bit_is_cleared()
33 struct mtk_clk_gate *cg = to_mtk_clk_gate(hw); in mtk_cg_bit_is_set()
45 struct mtk_clk_gate *cg = to_mtk_clk_gate(hw); in mtk_cg_set_bit()
52 struct mtk_clk_gate *cg = to_mtk_clk_gate(hw); in mtk_cg_clr_bit()
59 struct mtk_clk_gate *cg = to_mtk_clk_gate(hw); in mtk_cg_set_bit_no_setclr()
67 struct mtk_clk_gate *cg = to_mtk_clk_gate(hw); in mtk_cg_clr_bit_no_setclr()
161 struct mtk_clk_gate *cg; in mtk_clk_register_gate()
A Dclk-gate.h15 struct mtk_clk_gate { struct
24 static inline struct mtk_clk_gate *to_mtk_clk_gate(struct clk_hw *hw) in to_mtk_clk_gate() argument
26 return container_of(hw, struct mtk_clk_gate, hw); in to_mtk_clk_gate()

Completed in 4 milliseconds