Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_hwconfig.c134 u32 len_dw = hwconfig[i++]; in xe_guc_hwconfig_dump() local
187 u32 len_dw = hwconfig[i++]; in xe_guc_hwconfig_lookup_u32() local
H A Dxe_guc_submit.c706 u32 len_dw = wq_space_until_wrap(q) / sizeof(u32) - 1; in wq_noop_append() local
729 u32 len_dw = (wqi_size / sizeof(u32)) - 1; in wq_item_append() local
782 u32 len_dw, type, val; in wq_items_rebase() local
/linux/lib/crc/x86/
H A Dcrc32c-3way.S64 #define len_dw %edx macro
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c624 static inline bool h2g_has_room(struct intel_guc_ct *ct, u32 len_dw) in h2g_has_room()