Searched refs:comb_verl (Results 1 – 2 of 2) sorted by relevance
730 u16 comb_verh, comb_verl, comb_offset; in igc_get_fw_version() local747 1, &comb_verl); in igc_get_fw_version()750 if (comb_verh && comb_verl && in igc_get_fw_version()752 comb_verl != NVM_VER_INVALID) { in igc_get_fw_version()754 fw_vers->or_major = comb_verl >> in igc_get_fw_version()756 fw_vers->or_build = (comb_verl << in igc_get_fw_version()
1289 u16 comb_verh, comb_verl, comb_offset; in e1000_get_fw_version() local1334 1, &comb_verl); in e1000_get_fw_version()1337 if ((comb_verh && comb_verl) && in e1000_get_fw_version()1339 (comb_verl != NVM_VER_INVALID))) { in e1000_get_fw_version()1343 comb_verl >> NVM_COMB_VER_SHFT; in e1000_get_fw_version()1345 (comb_verl << NVM_COMB_VER_SHFT) in e1000_get_fw_version()