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

/freebsd-13-stable/sys/dev/ice/
H A Dice_nvm.c603 * ice_read_orom_module - Read from the active Option ROM module
614 ice_read_orom_module(struct ice_hw *hw, enum ice_bank_select bank, u32 offset, u16 *data) function
903 * that ice_read_orom_module takes a word offset so we need to
908 status = ice_read_orom_module(hw, bank, css_start + ICE_NVM_CSS_SREV_L, &srev_l);
912 status = ice_read_orom_module(hw, bank, css_start + ICE_NVM_CSS_SREV_H, &srev_h);

Completed in 509 milliseconds