Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
DDAC960.h2636 void DAC960_GEM_HardwareMailboxNewCommand(void __iomem *ControllerBaseAddress) in DAC960_GEM_HardwareMailboxNewCommand() argument
2642 ControllerBaseAddress + DAC960_GEM_InboundDoorBellRegisterReadSetOffset); in DAC960_GEM_HardwareMailboxNewCommand()
2646 void DAC960_GEM_AcknowledgeHardwareMailboxStatus(void __iomem *ControllerBaseAddress) in DAC960_GEM_AcknowledgeHardwareMailboxStatus() argument
2652 ControllerBaseAddress + DAC960_GEM_InboundDoorBellRegisterClearOffset); in DAC960_GEM_AcknowledgeHardwareMailboxStatus()
2656 void DAC960_GEM_GenerateInterrupt(void __iomem *ControllerBaseAddress) in DAC960_GEM_GenerateInterrupt() argument
2662 ControllerBaseAddress + DAC960_GEM_InboundDoorBellRegisterReadSetOffset); in DAC960_GEM_GenerateInterrupt()
2666 void DAC960_GEM_ControllerReset(void __iomem *ControllerBaseAddress) in DAC960_GEM_ControllerReset() argument
2672 ControllerBaseAddress + DAC960_GEM_InboundDoorBellRegisterReadSetOffset); in DAC960_GEM_ControllerReset()
2676 void DAC960_GEM_MemoryMailboxNewCommand(void __iomem *ControllerBaseAddress) in DAC960_GEM_MemoryMailboxNewCommand() argument
2682 ControllerBaseAddress + DAC960_GEM_InboundDoorBellRegisterReadSetOffset); in DAC960_GEM_MemoryMailboxNewCommand()
[all …]
DDAC960.c540 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_GEM_QueueCommand() local
550 DAC960_GEM_MemoryMailboxNewCommand(ControllerBaseAddress); in DAC960_GEM_QueueCommand()
569 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_BA_QueueCommand() local
577 DAC960_BA_MemoryMailboxNewCommand(ControllerBaseAddress); in DAC960_BA_QueueCommand()
594 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_LP_QueueCommand() local
602 DAC960_LP_MemoryMailboxNewCommand(ControllerBaseAddress); in DAC960_LP_QueueCommand()
620 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_LA_QueueCommandDualMode() local
628 DAC960_LA_MemoryMailboxNewCommand(ControllerBaseAddress); in DAC960_LA_QueueCommandDualMode()
646 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_LA_QueueCommandSingleMode() local
654 DAC960_LA_HardwareMailboxNewCommand(ControllerBaseAddress); in DAC960_LA_QueueCommandSingleMode()
[all …]