Lines Matching defs:act_offset
10021 uint32_t act_offset = E1000_ICH_NVM_SIG_WORD * 2 + 1;
10034 act_offset = E1000_ICH_NVM_SIG_WORD * 2;
10040 ret_val = em_read_ich8_dword(hw, act_offset, &nvm_dword);
10051 ret_val = em_read_ich8_dword(hw, act_offset + bank1_offset,
10083 ret_val = em_read_ich8_byte(hw, act_offset,
10094 ret_val = em_read_ich8_byte(hw, act_offset +
10116 uint32_t act_offset = 0;
10156 act_offset = bank_offset + (offset + i - 1) * 2;
10166 act_offset = bank_offset + (offset + i) * 2;
10168 error = em_read_ich8_dword(hw, act_offset, &dword);
10211 uint32_t act_offset = 0;
10248 act_offset = bank_offset + ((offset + i) * 2);
10249 error = em_read_ich8_word(hw, act_offset, &word);