Searched refs:selector_exists (Results 1 – 3 of 3) sorted by relevance
63 if (sel->parent_count && selector_exists(sel)) in clk_requires_trigger()151 if (selector_exists(sel)) { in peri_clk_data_offsets_valid()440 if (selector_exists(sel)) { in peri_clk_data_valid()
846 if (!selector_exists(sel)) in selector_read_index()880 BUG_ON(!selector_exists(sel)); in __sel_commit()932 if (!selector_exists(sel)) in sel_init()1085 if (!selector_exists(sel)) in kona_peri_clk_set_parent()
70 #define selector_exists(sel) ((sel)->width != 0) macro