Searched refs:SUPER_STATE_MASK (Results 1 – 8 of 8) sorted by relevance
21 #define SUPER_STATE_MASK ((BIT(SUPER_STATE_IDLE) | BIT(SUPER_STATE_RUN) | \ macro42 state = val & SUPER_STATE_MASK; in clk_super_get_parent()75 state = val & SUPER_STATE_MASK; in clk_super_set_parent()
115 BUG_ON(((val & SUPER_STATE_MASK) != SUPER_STATE_RUN) &&116 ((val & SUPER_STATE_MASK) != SUPER_STATE_IDLE));117 shift = ((val & SUPER_STATE_MASK) == SUPER_STATE_IDLE) ?