Searched refs:InterruptMaskRegister (Results 1 – 1 of 1) sorted by relevance
2758 DAC960_GEM_InterruptMaskRegister_T InterruptMaskRegister; in DAC960_GEM_EnableInterrupts() local2759 InterruptMaskRegister.All = 0; in DAC960_GEM_EnableInterrupts()2760 InterruptMaskRegister.Bits.HardwareMailboxInterrupt = true; in DAC960_GEM_EnableInterrupts()2761 InterruptMaskRegister.Bits.MemoryMailboxInterrupt = true; in DAC960_GEM_EnableInterrupts()2762 writel(InterruptMaskRegister.All, in DAC960_GEM_EnableInterrupts()2769 DAC960_GEM_InterruptMaskRegister_T InterruptMaskRegister; in DAC960_GEM_DisableInterrupts() local2770 InterruptMaskRegister.All = 0; in DAC960_GEM_DisableInterrupts()2771 InterruptMaskRegister.Bits.HardwareMailboxInterrupt = true; in DAC960_GEM_DisableInterrupts()2772 InterruptMaskRegister.Bits.MemoryMailboxInterrupt = true; in DAC960_GEM_DisableInterrupts()2773 writel(InterruptMaskRegister.All, in DAC960_GEM_DisableInterrupts()[all …]