Searched refs:exp_minor (Results 1 – 1 of 1) sorted by relevance
3391 int exp_major, exp_minor, exp_micro; in t4_check_fw_version() local3409 exp_minor = T4FW_MIN_VERSION_MINOR; in t4_check_fw_version()3414 exp_minor = T5FW_MIN_VERSION_MINOR; in t4_check_fw_version()3419 exp_minor = T6FW_MIN_VERSION_MINOR; in t4_check_fw_version()3428 if (major < exp_major || (major == exp_major && minor < exp_minor) || in t4_check_fw_version()3429 (major == exp_major && minor == exp_minor && micro < exp_micro)) { in t4_check_fw_version()3433 micro, exp_major, exp_minor, exp_micro); in t4_check_fw_version()