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()
840 if (!selector_exists(sel)) in selector_read_index()874 BUG_ON(!selector_exists(sel)); in __sel_commit()926 if (!selector_exists(sel)) in sel_init()1086 if (!selector_exists(sel)) in kona_peri_clk_set_parent()
62 #define selector_exists(sel) ((sel)->width != 0) macro