Searched refs:selector_exists (Results 1 – 3 of 3) sorted by relevance
53 if (sel->parent_count && selector_exists(sel)) in clk_requires_trigger()141 if (selector_exists(sel)) { in peri_clk_data_offsets_valid()430 if (selector_exists(sel)) { in peri_clk_data_valid()
841 if (!selector_exists(sel)) in selector_read_index()875 BUG_ON(!selector_exists(sel)); in __sel_commit()927 if (!selector_exists(sel)) in sel_init()1087 if (!selector_exists(sel)) in kona_peri_clk_set_parent()
62 #define selector_exists(sel) ((sel)->width != 0) macro