Searched defs:clk_branch (Results 1 – 2 of 2) sorted by relevance
24 struct clk_branch { struct25 u32 hwcg_reg;26 u32 halt_reg;27 u8 hwcg_bit;28 u8 halt_bit;29 u8 halt_check;55 struct clk_branch branch; argument
63 bool (check_halt)(const struct clk_branch *, bool)) in clk_branch_wait()95 bool (check_halt)(const struct clk_branch *, bool)) in clk_branch_toggle()