Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
DDAC960.h2758 DAC960_GEM_InterruptMaskRegister_T InterruptMaskRegister; in DAC960_GEM_EnableInterrupts() local
2759 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() local
2770 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 …]