Home
last modified time | relevance | path

Searched refs:BRANCH_VOTED (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/clk/qcom/
Dclk-branch.h39 #define BRANCH_VOTED BIT(7) /* Delay on disable */ macro
41 #define BRANCH_HALT_VOTED (BRANCH_HALT | BRANCH_VOTED)
43 #define BRANCH_HALT_ENABLE_VOTED (BRANCH_HALT_ENABLE | BRANCH_VOTED)
Dclk-branch.c77 bool voted = br->halt_check & BRANCH_VOTED; in clk_branch_wait()