Searched refs:ODMRValue (Results 1 – 1 of 1) sorted by relevance
536 bit32 ODMRValue; in siDisableMSIInterrupts() local541 ODMRValue = ossaHwRegRead(agRoot, MSGU_ODMR); in siDisableMSIInterrupts()542 ODMRValue |= mask; in siDisableMSIInterrupts()544 ossaHwRegWrite(agRoot, MSGU_ODMR, ODMRValue); in siDisableMSIInterrupts()1013 bit32 ODMRValue; in siReenableMSIInterrupts() local1015 ODMRValue = siHalRegReadExt(agRoot, GEN_MSGU_ODMR, MSGU_ODMR); in siReenableMSIInterrupts()1016 ODMRValue &= ~(1 << interruptVectorIndex); in siReenableMSIInterrupts()1018 siHalRegWriteExt(agRoot, GEN_MSGU_ODMR, MSGU_ODMR, ODMRValue); in siReenableMSIInterrupts()