Home
last modified time | relevance | path

Searched refs:selector_exists (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/clk/bcm/
H A Dclk-kona-setup.c53 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()
H A Dclk-kona.c823 if (!selector_exists(sel)) in selector_read_index()
857 BUG_ON(!selector_exists(sel)); in __sel_commit()
909 if (!selector_exists(sel)) in sel_init()
1069 if (!selector_exists(sel)) in kona_peri_clk_set_parent()
H A Dclk-kona.h62 #define selector_exists(sel) ((sel)->width != 0) macro