Searched refs:len_dw (Results 1 – 2 of 2) sorted by relevance
86 #define len_dw %esi macro247 shl $32-4, len_dw # less_than_16 expects length248 # in upper 4 bits of len_dw255 # less_than_8 expects length in upper 3 bits of len_dw256 # less_than_8_post_shl1 expects length = carryflag * 8 + len_dw[31:30]257 shl $2, len_dw264 shl $32-8, len_dw # Prepare len_dw for less_than_256269 # upper lg(j) bits of len_dw271 shl $1, len_dw # Get next MSB284 # upper 3 bits of len_dw[all …]
577 static inline bool h2g_has_room(struct intel_guc_ct *ct, u32 len_dw) in h2g_has_room() argument584 if (atomic_read(&ctb->space) >= len_dw) in h2g_has_room()599 return space >= len_dw; in h2g_has_room()