Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
DDAC960.h2637 DAC960_GEM_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_GEM_HardwareMailboxNewCommand() local
2638 InboundDoorBellRegister.All = 0; in DAC960_GEM_HardwareMailboxNewCommand()
2639 InboundDoorBellRegister.Write.HardwareMailboxNewCommand = true; in DAC960_GEM_HardwareMailboxNewCommand()
2640 writel(InboundDoorBellRegister.All, in DAC960_GEM_HardwareMailboxNewCommand()
2647 DAC960_GEM_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_GEM_AcknowledgeHardwareMailboxStatus() local
2648 InboundDoorBellRegister.All = 0; in DAC960_GEM_AcknowledgeHardwareMailboxStatus()
2649 InboundDoorBellRegister.Write.AcknowledgeHardwareMailboxStatus = true; in DAC960_GEM_AcknowledgeHardwareMailboxStatus()
2650 writel(InboundDoorBellRegister.All, in DAC960_GEM_AcknowledgeHardwareMailboxStatus()
2657 DAC960_GEM_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_GEM_GenerateInterrupt() local
2658 InboundDoorBellRegister.All = 0; in DAC960_GEM_GenerateInterrupt()
[all …]