Lines Matching +full:29 +full:- +full:bit
1 /* SPDX-License-Identifier: MIT */
11 #define XY_CTRL_SURF_COPY_BLT ((2 << 29) | (0x48 << 22) | 3)
21 #define XY_FAST_COLOR_BLT_CMD (2 << 29 | 0x44 << 22)
28 #define XY_FAST_COPY_BLT_CMD (2 << 29 | 0x42 << 22)
34 #define PVC_MEM_SET_CMD (2 << 29 | 0x5b << 22)
42 #define GFX_OP_PIPE_CONTROL(len) ((0x3<<29)|(0x3<<27)|(0x2<<24)|((len)-2))
44 #define PIPE_CONTROL0_L3_READ_ONLY_CACHE_INVALIDATE BIT(10) /* gen12 */
45 #define PIPE_CONTROL0_HDC_PIPELINE_FLUSH BIT(9) /* gen12 */
47 #define PIPE_CONTROL_COMMAND_CACHE_INVALIDATE (1<<29)
51 #define PIPE_CONTROL_LRI_POST_SYNC BIT(23)
55 #define PIPE_CONTROL_TLB_INVALIDATE BIT(18)