Searched refs:GUC_KLV_LEN_MIN (Results 1 – 3 of 3) sorted by relevance
78 while (num_dwords >= GUC_KLV_LEN_MIN) { in xe_guc_klv_print()82 klvs += GUC_KLV_LEN_MIN; in xe_guc_klv_print()83 num_dwords -= GUC_KLV_LEN_MIN; in xe_guc_klv_print()119 BUILD_BUG_ON(GUC_KLV_LEN_MIN > 1); in xe_guc_klv_print()134 while (num_dwords >= GUC_KLV_LEN_MIN) { in xe_guc_klv_count()137 if (num_dwords < len + GUC_KLV_LEN_MIN) in xe_guc_klv_count()140 klvs += GUC_KLV_LEN_MIN + len; in xe_guc_klv_count()141 num_dwords -= GUC_KLV_LEN_MIN + len; in xe_guc_klv_count()
31 #define GUC_KLV_LEN_MIN 1u macro
33 #define GUC_KLV_LEN_MIN 1u macro