Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/block/
DDAC960.h2638 DAC960_GEM_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_GEM_HardwareMailboxNewCommand() local
2639 InboundDoorBellRegister.All = 0; in DAC960_GEM_HardwareMailboxNewCommand()
2640 InboundDoorBellRegister.Write.HardwareMailboxNewCommand = true; in DAC960_GEM_HardwareMailboxNewCommand()
2641 writel(InboundDoorBellRegister.All, in DAC960_GEM_HardwareMailboxNewCommand()
2648 DAC960_GEM_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_GEM_AcknowledgeHardwareMailboxStatus() local
2649 InboundDoorBellRegister.All = 0; in DAC960_GEM_AcknowledgeHardwareMailboxStatus()
2650 InboundDoorBellRegister.Write.AcknowledgeHardwareMailboxStatus = true; in DAC960_GEM_AcknowledgeHardwareMailboxStatus()
2651 writel(InboundDoorBellRegister.All, in DAC960_GEM_AcknowledgeHardwareMailboxStatus()
2658 DAC960_GEM_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_GEM_GenerateInterrupt() local
2659 InboundDoorBellRegister.All = 0; in DAC960_GEM_GenerateInterrupt()
[all …]