Searched refs:ODMRValue (Results 1 – 1 of 1) sorted by relevance
535 bit32 ODMRValue; in siDisableMSIInterrupts() local540 ODMRValue = ossaHwRegRead(agRoot, MSGU_ODMR); in siDisableMSIInterrupts()541 ODMRValue |= mask; in siDisableMSIInterrupts()543 ossaHwRegWrite(agRoot, MSGU_ODMR, ODMRValue); in siDisableMSIInterrupts()1012 bit32 ODMRValue; in siReenableMSIInterrupts() local1014 ODMRValue = siHalRegReadExt(agRoot, GEN_MSGU_ODMR, MSGU_ODMR); in siReenableMSIInterrupts()1015 ODMRValue &= ~(1 << interruptVectorIndex); in siReenableMSIInterrupts()1017 siHalRegWriteExt(agRoot, GEN_MSGU_ODMR, MSGU_ODMR, ODMRValue); in siReenableMSIInterrupts()