Searched refs:InterruptMaskRegister (Results 1 – 1 of 1) sorted by relevance
2759 DAC960_GEM_InterruptMaskRegister_T InterruptMaskRegister; in DAC960_GEM_EnableInterrupts() local2760 InterruptMaskRegister.All = 0; in DAC960_GEM_EnableInterrupts()2761 InterruptMaskRegister.Bits.HardwareMailboxInterrupt = true; in DAC960_GEM_EnableInterrupts()2762 InterruptMaskRegister.Bits.MemoryMailboxInterrupt = true; in DAC960_GEM_EnableInterrupts()2763 writel(InterruptMaskRegister.All, in DAC960_GEM_EnableInterrupts()2770 DAC960_GEM_InterruptMaskRegister_T InterruptMaskRegister; in DAC960_GEM_DisableInterrupts() local2771 InterruptMaskRegister.All = 0; in DAC960_GEM_DisableInterrupts()2772 InterruptMaskRegister.Bits.HardwareMailboxInterrupt = true; in DAC960_GEM_DisableInterrupts()2773 InterruptMaskRegister.Bits.MemoryMailboxInterrupt = true; in DAC960_GEM_DisableInterrupts()2774 writel(InterruptMaskRegister.All, in DAC960_GEM_DisableInterrupts()[all …]