Searched refs:minsrevs (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/ice/
H A Dice_nvm.h139 ice_get_nvm_minsrevs(struct ice_hw *hw, struct ice_minsrev_info *minsrevs);
141 ice_update_nvm_minsrevs(struct ice_hw *hw, struct ice_minsrev_info *minsrevs);
H A Dice_nvm.c1699 * @minsrevs: structure to store NVM and OROM minsrev values
1705 ice_get_nvm_minsrevs(struct ice_hw *hw, struct ice_minsrev_info *minsrevs) argument
1734 minsrevs->nvm = minsrev_h << 16 | minsrev_l;
1735 minsrevs->nvm_valid = true;
1745 minsrevs->orom = minsrev_h << 16 | minsrev_l;
1746 minsrevs->orom_valid = true;
1755 * @minsrevs: minimum security revision information
1758 * area of the flash. Reads the minsrevs->nvm_valid and minsrevs->orom_valid
1763 ice_update_nvm_minsrevs(struct ice_hw *hw, struct ice_minsrev_info *minsrevs) argument
[all...]

Completed in 104 milliseconds