Searched refs:super_state (Results 1 – 1 of 1) sorted by relevance
27 #define super_state(s) (BIT(s) << SUPER_STATE_SHIFT) macro41 BUG_ON((state != super_state(SUPER_STATE_RUN)) && in clk_super_get_parent()42 (state != super_state(SUPER_STATE_IDLE))); in clk_super_get_parent()43 shift = (state == super_state(SUPER_STATE_IDLE)) ? in clk_super_get_parent()73 BUG_ON((state != super_state(SUPER_STATE_RUN)) && in clk_super_set_parent()74 (state != super_state(SUPER_STATE_IDLE))); in clk_super_set_parent()75 shift = (state == super_state(SUPER_STATE_IDLE)) ? in clk_super_set_parent()