Home
last modified time | relevance | path

Searched refs:orom_size (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_nvm.c262 size = banks->orom_size; in ice_get_flash_bank_offset()
637 orom_data = vzalloc(hw->flash.banks.orom_size); in ice_get_orom_civd_data()
642 orom_data, hw->flash.banks.orom_size); in ice_get_orom_civd_data()
650 for (offset = 0; (offset + 512) <= hw->flash.banks.orom_size; offset += 512) { in ice_get_orom_civd_data()
992 status = ice_read_sr_area_size(hw, ICE_SR_OROM_BANK_SIZE, &banks->orom_size); in ice_determine_active_flash_banks()
Dice_type.h466 u32 orom_size; /* Size of OROM bank */ member
/linux-6.1.9/drivers/misc/
Dpch_phub.c493 unsigned int orom_size; in pch_phub_bin_read() local
523 orom_size = rom_length * 512; in pch_phub_bin_read()
524 if (orom_size < off) { in pch_phub_bin_read()
528 if (orom_size < count) { in pch_phub_bin_read()