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

/freebsd-13-stable/sys/dev/ice/
H A Dice_nvm.c808 u16 srev_l, srev_h; local
810 status = ice_read_nvm_module(hw, bank, ICE_NVM_CSS_SREV_L, &srev_l);
818 *srev = srev_h << 16 | srev_l;
893 u16 srev_l, srev_h; local
908 status = ice_read_orom_module(hw, bank, css_start + ICE_NVM_CSS_SREV_L, &srev_l);
916 *srev = srev_h << 16 | srev_l;

Completed in 110 milliseconds