Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_nvm.c261 size = banks->orom_size; in ice_get_flash_bank_offset()
664 orom_data = vzalloc(hw->flash.banks.orom_size); in ice_get_orom_civd_data()
669 orom_data, hw->flash.banks.orom_size); in ice_get_orom_civd_data()
677 for (offset = 0; (offset + 512) <= hw->flash.banks.orom_size; offset += 512) { in ice_get_orom_civd_data()
1019 status = ice_read_sr_area_size(hw, ICE_SR_OROM_BANK_SIZE, &banks->orom_size); in ice_determine_active_flash_banks()
/linux/drivers/misc/
H A 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()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_e610.c2688 &banks->orom_size); in ixgbe_determine_active_flash_banks()
2732 size = banks->orom_size; in ixgbe_get_flash_bank_offset()
3010 u32 orom_size = hw->flash.banks.orom_size; in ixgbe_get_orom_civd_data() local
3015 orom_data = kzalloc(orom_size, GFP_KERNEL); in ixgbe_get_orom_civd_data()
3021 orom_data, orom_size); in ixgbe_get_orom_civd_data()
3032 for (offset = 0; offset + SZ_512 <= orom_size; offset += SZ_512) { in ixgbe_get_orom_civd_data()
3082 u32 orom_size_word = hw->flash.banks.orom_size / 2; in ixgbe_get_orom_srev()
H A Dixgbe_type_e610.h1013 u32 orom_size; /* Size of OROM bank */ member