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

/freebsd-13-stable/sys/dev/ice/
H A Dice_nvm.c519 * ice_read_flash_module - Read a word from one of the main NVM modules
536 ice_read_flash_module(struct ice_hw *hw, enum ice_bank_select bank, u16 module, function
578 status = ice_read_flash_module(hw, bank, ICE_SR_1ST_NVM_BANK_PTR, offset * sizeof(u16),
619 status = ice_read_flash_module(hw, bank, ICE_SR_1ST_OROM_BANK_PTR, offset * sizeof(u16),
642 status = ice_read_flash_module(hw, bank, ICE_SR_NETLIST_BANK_PTR, offset * sizeof(u16),
946 status = ice_read_flash_module(hw, bank, ICE_SR_1ST_OROM_BANK_PTR,
1074 status = ice_read_flash_module(hw, bank, ICE_SR_NETLIST_BANK_PTR,

Completed in 213 milliseconds