Searched refs:comb_verl (Results 1 – 2 of 2) sorted by relevance
1263 u16 comb_verh, comb_verl, comb_offset; in e1000_get_fw_version() local1308 1, &comb_verl); in e1000_get_fw_version()1311 if ((comb_verh && comb_verl) && in e1000_get_fw_version()1313 (comb_verl != NVM_VER_INVALID))) { in e1000_get_fw_version()1317 comb_verl >> NVM_COMB_VER_SHFT; in e1000_get_fw_version()1319 (comb_verl << NVM_COMB_VER_SHFT) in e1000_get_fw_version()
1254 u16 comb_verh, comb_verl, comb_offset; in igc_get_fw_version() local1271 1, &comb_verl); in igc_get_fw_version()1274 if (comb_verh && comb_verl && in igc_get_fw_version()1276 comb_verl != NVM_VER_INVALID) { in igc_get_fw_version()1278 fw_vers->or_major = comb_verl >> in igc_get_fw_version()1280 fw_vers->or_build = (comb_verl << in igc_get_fw_version()