Lines Matching defs:act_offset

3395 	u32 act_offset = E1000_ICH_NVM_SIG_WORD * 2 + 1;
3405 act_offset = E1000_ICH_NVM_SIG_WORD;
3411 ret_val = e1000_read_flash_dword_ich8lan(hw, act_offset,
3423 ret_val = e1000_read_flash_dword_ich8lan(hw, act_offset +
3456 ret_val = e1000_read_flash_byte_ich8lan(hw, act_offset,
3467 ret_val = e1000_read_flash_byte_ich8lan(hw, act_offset +
3497 u32 act_offset;
3521 act_offset = (bank) ? nvm->flash_bank_size : 0;
3522 act_offset += offset;
3531 offset_to_read = act_offset + i -
3532 ((act_offset + i) % 2);
3539 if ((act_offset + i) % 2 == 0)
3545 offset_to_read = act_offset + i;
3590 u32 act_offset;
3612 act_offset = (bank) ? nvm->flash_bank_size : 0;
3613 act_offset += offset;
3621 act_offset + i,
4047 u32 i, act_offset, new_bank_offset, old_bank_offset, bank;
4117 act_offset = (i + new_bank_offset) << 1;
4122 act_offset = i + new_bank_offset;
4123 ret_val = e1000_retry_write_flash_dword_ich8lan(hw, act_offset,
4142 act_offset = new_bank_offset + E1000_ICH_NVM_SIG_WORD;
4145 --act_offset;
4146 ret_val = e1000_read_flash_dword_ich8lan(hw, act_offset, &dword);
4152 ret_val = e1000_retry_write_flash_dword_ich8lan(hw, act_offset, dword);
4162 act_offset = (old_bank_offset + E1000_ICH_NVM_SIG_WORD) * 2 + 1;
4165 act_offset = old_bank_offset + E1000_ICH_NVM_SIG_WORD - 1;
4166 ret_val = e1000_read_flash_dword_ich8lan(hw, act_offset, &dword);
4172 ret_val = e1000_retry_write_flash_dword_ich8lan(hw, act_offset, dword);
4216 u32 i, act_offset, new_bank_offset, old_bank_offset, bank;
4275 act_offset = (i + new_bank_offset) << 1;
4281 act_offset,
4288 act_offset + 1,
4307 act_offset = new_bank_offset + E1000_ICH_NVM_SIG_WORD;
4308 ret_val = e1000_read_flash_word_ich8lan(hw, act_offset, &data);
4313 ret_val = e1000_retry_write_flash_byte_ich8lan(hw, act_offset * 2 + 1,
4323 act_offset = (old_bank_offset + E1000_ICH_NVM_SIG_WORD) * 2 + 1;
4325 ret_val = e1000_retry_write_flash_byte_ich8lan(hw, act_offset, 0);