Searched refs:PIPE_CONTROL_POST_SYNC_OP_MASK (Results 1 – 3 of 3) sorted by relevance
301 #define PIPE_CONTROL_POST_SYNC_OP_MASK (3<<14) macro
309 .condition_mask = PIPE_CONTROL_POST_SYNC_OP_MASK,
1188 post_sync = (cmd_val(s, 1) & PIPE_CONTROL_POST_SYNC_OP_MASK) >> 14; in cmd_handler_pipe_control()