Home
last modified time | relevance | path

Searched refs:len_dw (Results 1 – 4 of 4) sorted by relevance

/linux/lib/crc/x86/
H A Dcrc32c-3way.S64 #define len_dw %edx macro
106 imul $2731, len_dw, %eax # 2731 = ceil(2^16 / 24)
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dvcn_v4_0.c1829 uint32_t *msg, num_buffers, len_dw; in vcn_v4_0_dec_msg() local
1880 len_dw = msg[1] / 4; in vcn_v4_0_dec_msg()
1884 if (num_buffers > len_dw || 6 + num_buffers * 4 > len_dw) { in vcn_v4_0_dec_msg()
H A Dvcn_v3_0.c1913 uint32_t *msg, num_buffers, len_dw; in vcn_v3_0_dec_msg() local
1964 len_dw = msg[1] / 4; in vcn_v3_0_dec_msg()
1968 if (num_buffers > len_dw || 6 + num_buffers * 4 > len_dw) { in vcn_v3_0_dec_msg()
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_submit.c1081 u32 len_dw = wq_space_until_wrap(q) / sizeof(u32) - 1; in wq_noop_append() local
1086 xe_gt_assert(guc_to_gt(guc), FIELD_FIT(WQ_LEN_MASK, len_dw)); in wq_noop_append()
1090 FIELD_PREP(WQ_LEN_MASK, len_dw)); in wq_noop_append()
1104 u32 len_dw = (wqi_size / sizeof(u32)) - 1; in wq_item_append() local
1115 FIELD_PREP(WQ_LEN_MASK, len_dw); in wq_item_append()