Searched refs:len_dw (Results 1 – 3 of 3) sorted by relevance
86 #define len_dw %esi macro248 # in upper 4 bits of len_dw257 shl $2, len_dw264 shl $32-8, len_dw # Prepare len_dw for less_than_256269 # upper lg(j) bits of len_dw284 # upper 3 bits of len_dw285 shl $1, len_dw292 # upper 2 bits of len_dw293 shl $1, len_dw299 # of len_dw[all …]
558 static inline bool h2g_has_room(struct intel_guc_ct *ct, u32 len_dw) in h2g_has_room() argument565 if (atomic_read(&ctb->space) >= len_dw) in h2g_has_room()580 return space >= len_dw; in h2g_has_room()
764 u32 len_dw = wq_space_until_wrap(ce) / sizeof(u32) - 1; in guc_wq_noop_append() local769 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() local806 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