Lines Matching defs:state
37 u32 val, state;
42 state = val & SUPER_STATE_MASK;
44 BUG_ON((state != super_state(SUPER_STATE_RUN)) &&
45 (state != super_state(SUPER_STATE_IDLE)));
46 shift = (state == super_state(SUPER_STATE_IDLE)) ?
66 u32 val, state;
75 state = val & SUPER_STATE_MASK;
76 BUG_ON((state != super_state(SUPER_STATE_RUN)) &&
77 (state != super_state(SUPER_STATE_IDLE)));
78 shift = (state == super_state(SUPER_STATE_IDLE)) ?