Home
last modified time | relevance | path

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

/linux/arch/x86/crypto/
A Dcrc32c-pcl-intel-asm_64.S86 #define len_dw %esi macro
248 # in upper 4 bits of len_dw
257 shl $2, len_dw
264 shl $32-8, len_dw # Prepare len_dw for less_than_256
269 # upper lg(j) bits of len_dw
284 # upper 3 bits of len_dw
285 shl $1, len_dw
292 # upper 2 bits of len_dw
293 shl $1, len_dw
299 # of len_dw
[all …]
/linux/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc_ct.c558 static inline bool h2g_has_room(struct intel_guc_ct *ct, u32 len_dw) in h2g_has_room() argument
565 if (atomic_read(&ctb->space) >= len_dw) in h2g_has_room()
580 return space >= len_dw; in h2g_has_room()
A Dintel_guc_submission.c764 u32 len_dw = wq_space_until_wrap(ce) / sizeof(u32) - 1; in guc_wq_noop_append() local
769 GEM_BUG_ON(!FIELD_FIT(WQ_LEN_MASK, len_dw)); in guc_wq_noop_append()
772 FIELD_PREP(WQ_LEN_MASK, len_dw); in guc_wq_noop_append()
786 u32 len_dw = (wqi_size / sizeof(u32)) - 1; in __guc_wq_item_append() local
806 GEM_BUG_ON(!FIELD_FIT(WQ_LEN_MASK, len_dw)); in __guc_wq_item_append()
809 FIELD_PREP(WQ_LEN_MASK, len_dw); in __guc_wq_item_append()

Completed in 14 milliseconds