Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/crypto/
H A Dcrc32c-pcl-intel-asm_64.S86 #define len_dw %esi macro
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c596 static inline bool h2g_has_room(struct intel_guc_ct *ct, u32 len_dw) in h2g_has_room()
H A Dintel_guc_submission.c822 u32 len_dw = wq_space_until_wrap(ce) / sizeof(u32) - 1; in guc_wq_noop_append() local
843 u32 len_dw = (wqi_size / sizeof(u32)) - 1; in __guc_wq_item_append() local