Searched refs:clk_core_get_phase (Results 1 – 1 of 1) sorted by relevance
42 static int clk_core_get_phase(struct clk_core *clk);179 clk_core_get_accuracy(c), clk_core_get_phase(c)); in clk_summary_show_one()239 seq_printf(s, "\"phase\": %d", clk_core_get_phase(c)); in clk_dump_one()2205 static int clk_core_get_phase(struct clk_core *clk) in clk_core_get_phase() function2233 return clk_core_get_phase(clk->core); in clk_get_phase()