Lines Matching defs:version
131 * Handler to read the MCE firmware version and check if it is compatible
136 uint64_t version;
147 * Read the MCE firmware version and extract the major and minor
148 * version fields
150 version = nvg_get_version();
151 minor = (uint32_t)version;
152 major = (uint32_t)(version >> 32);
158 * Verify that the MCE firmware version and the interface header
162 ERROR("MCE major version mismatch\n");
167 ERROR("MCE minor version mismatch\n");