Lines Matching defs:act_offset

3304 	u32 act_offset = E1000_ICH_NVM_SIG_WORD * 2 + 1;
3319 act_offset = E1000_ICH_NVM_SIG_WORD;
3325 ret_val = e1000_read_flash_dword_ich8lan(hw, act_offset,
3337 ret_val = e1000_read_flash_dword_ich8lan(hw, act_offset +
3370 ret_val = e1000_read_flash_byte_ich8lan(hw, act_offset,
3381 ret_val = e1000_read_flash_byte_ich8lan(hw, act_offset +
3411 u32 act_offset;
3433 act_offset = (bank) ? nvm->flash_bank_size : 0;
3434 act_offset += offset;
3444 offset_to_read = act_offset + i -
3445 ((act_offset + i) % 2);
3452 if ((act_offset + i) % 2 == 0)
3458 offset_to_read = act_offset + i;
3504 u32 act_offset;
3524 act_offset = (bank) ? nvm->flash_bank_size : 0;
3525 act_offset += offset;
3533 act_offset + i,
3933 u32 i, act_offset, new_bank_offset, old_bank_offset, bank;
4001 act_offset = (i + new_bank_offset) << 1;
4006 act_offset = i + new_bank_offset;
4007 ret_val = e1000_retry_write_flash_dword_ich8lan(hw, act_offset,
4027 act_offset = new_bank_offset + E1000_ICH_NVM_SIG_WORD;
4030 --act_offset;
4031 ret_val = e1000_read_flash_dword_ich8lan(hw, act_offset, &dword);
4037 ret_val = e1000_retry_write_flash_dword_ich8lan(hw, act_offset, dword);
4043 act_offset = old_bank_offset + E1000_ICH_NVM_SIG_WORD - 1;
4044 ret_val = e1000_read_flash_dword_ich8lan(hw, act_offset, &dword);
4050 ret_val = e1000_retry_write_flash_dword_ich8lan(hw, act_offset, dword);
4094 u32 i, act_offset, new_bank_offset, old_bank_offset, bank;
4152 act_offset = (i + new_bank_offset) << 1;
4157 act_offset,
4164 act_offset + 1,
4184 act_offset = new_bank_offset + E1000_ICH_NVM_SIG_WORD;
4185 ret_val = e1000_read_flash_word_ich8lan(hw, act_offset, &data);
4191 act_offset * 2 + 1,
4201 act_offset = (old_bank_offset + E1000_ICH_NVM_SIG_WORD) * 2 + 1;
4202 ret_val = e1000_retry_write_flash_byte_ich8lan(hw, act_offset, 0);