Home | History | Annotate | Download | only in pci

Lines Matching defs:act_offset

14509 	uint32_t act_offset = ICH_NVM_SIG_WORD * 2 + 1;
14520 act_offset = ICH_NVM_SIG_WORD * 2;
14526 rv = wm_read_ich8_dword(sc, act_offset, &nvm_dword);
14536 rv = wm_read_ich8_dword(sc, act_offset + bank1_offset,
14559 wm_read_ich8_byte(sc, act_offset, &sig_byte);
14566 wm_read_ich8_byte(sc, act_offset + bank1_offset,
14889 uint32_t act_offset = 0;
14922 act_offset = bank_offset + ((offset + i) * 2);
14923 rv = wm_read_ich8_word(sc, act_offset, &word);
14950 uint32_t act_offset = 0;
14983 act_offset = bank_offset + ((offset + i) * 2);
14985 rv = wm_read_ich8_dword(sc, act_offset & ~0x3, &dword);
14992 if ((act_offset & 0x2) == 0)