Lines Matching +full:clear +full:- +full:bit
1 /* SPDX-License-Identifier: GPL-2.0 */
14 #define CMDQ_INST_SIZE 8 /* instruction is 64-bit */
19 #define CMDQ_WFE_UPDATE BIT(31)
20 #define CMDQ_WFE_UPDATE_VALUE BIT(16)
21 #define CMDQ_WFE_WAIT BIT(15)
26 * bit 0-11: wait value
27 * bit 15: 1 - wait, 0 - no wait
28 * bit 16-27: update value
29 * bit 31: 1 - update, 0 - no update
47 * wait for event and clear
48 * it is just clear if no wait
50 * [clear] op event update:1 to_wait:0 wait:0