Home
last modified time | relevance | path

Searched refs:InterruptMaskRegister (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/block/
DDAC960.h2759 DAC960_GEM_InterruptMaskRegister_T InterruptMaskRegister; in DAC960_GEM_EnableInterrupts() local
2760 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() local
2771 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 …]