Searched refs:exp_major (Results 1 – 1 of 1) sorted by relevance
2985 int exp_major, exp_minor, exp_micro; in t4_check_fw_version() local3002 exp_major = T4FW_MIN_VERSION_MAJOR; in t4_check_fw_version()3007 exp_major = T5FW_MIN_VERSION_MAJOR; in t4_check_fw_version()3012 exp_major = T6FW_MIN_VERSION_MAJOR; in t4_check_fw_version()3022 if (major < exp_major || (major == exp_major && minor < exp_minor) || in t4_check_fw_version()3023 (major == exp_major && minor == exp_minor && micro < exp_micro)) { in t4_check_fw_version()3027 micro, exp_major, exp_minor, exp_micro); in t4_check_fw_version()