Searched refs:clk_is_bypassable (Results 1 – 1 of 1) sorted by relevance
36 #define clk_is_bypassable(x) ((x)->type & CLK_TYPE_BYPASSABLE) macro193 if (!clk_is_primary(parent) || !clk_is_bypassable(clk)) in clk_set_parent()