Searched refs:BRANCH_VOTED (Results 1 – 2 of 2) sorted by relevance
39 #define BRANCH_VOTED BIT(7) /* Delay on disable */ macro41 #define BRANCH_HALT_VOTED (BRANCH_HALT | BRANCH_VOTED)43 #define BRANCH_HALT_ENABLE_VOTED (BRANCH_HALT_ENABLE | BRANCH_VOTED)
77 bool voted = br->halt_check & BRANCH_VOTED; in clk_branch_wait()