Home
last modified time | relevance | path

Searched refs:METER_BUNDLE_SIZE (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c170 #define METER_BUNDLE_SIZE sizeof(struct bundle_encoding_counter) macro
171 #define BUNDLE_COUNT(length) ((length) / METER_BUNDLE_SIZE)
397 if (mc->bundle_length % METER_BUNDLE_SIZE) { in sdsi_meter_cert_show()
402 if (mc->bundle_length > METER_MAX_NUM_BUNDLES * METER_BUNDLE_SIZE) { in sdsi_meter_cert_show()