Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
DDAC960.h2635 void DAC960_GEM_HardwareMailboxNewCommand(void __iomem *ControllerBaseAddress) in DAC960_GEM_HardwareMailboxNewCommand() argument
2641 ControllerBaseAddress + DAC960_GEM_InboundDoorBellRegisterReadSetOffset); in DAC960_GEM_HardwareMailboxNewCommand()
2645 void DAC960_GEM_AcknowledgeHardwareMailboxStatus(void __iomem *ControllerBaseAddress) in DAC960_GEM_AcknowledgeHardwareMailboxStatus() argument
2651 ControllerBaseAddress + DAC960_GEM_InboundDoorBellRegisterClearOffset); in DAC960_GEM_AcknowledgeHardwareMailboxStatus()
2655 void DAC960_GEM_GenerateInterrupt(void __iomem *ControllerBaseAddress) in DAC960_GEM_GenerateInterrupt() argument
2661 ControllerBaseAddress + DAC960_GEM_InboundDoorBellRegisterReadSetOffset); in DAC960_GEM_GenerateInterrupt()
2665 void DAC960_GEM_ControllerReset(void __iomem *ControllerBaseAddress) in DAC960_GEM_ControllerReset() argument
2671 ControllerBaseAddress + DAC960_GEM_InboundDoorBellRegisterReadSetOffset); in DAC960_GEM_ControllerReset()
2675 void DAC960_GEM_MemoryMailboxNewCommand(void __iomem *ControllerBaseAddress) in DAC960_GEM_MemoryMailboxNewCommand() argument
2681 ControllerBaseAddress + DAC960_GEM_InboundDoorBellRegisterReadSetOffset); in DAC960_GEM_MemoryMailboxNewCommand()
[all …]
DDAC960.c539 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_GEM_QueueCommand() local
549 DAC960_GEM_MemoryMailboxNewCommand(ControllerBaseAddress); in DAC960_GEM_QueueCommand()
568 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_BA_QueueCommand() local
576 DAC960_BA_MemoryMailboxNewCommand(ControllerBaseAddress); in DAC960_BA_QueueCommand()
593 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_LP_QueueCommand() local
601 DAC960_LP_MemoryMailboxNewCommand(ControllerBaseAddress); in DAC960_LP_QueueCommand()
619 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_LA_QueueCommandDualMode() local
627 DAC960_LA_MemoryMailboxNewCommand(ControllerBaseAddress); in DAC960_LA_QueueCommandDualMode()
645 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_LA_QueueCommandSingleMode() local
653 DAC960_LA_HardwareMailboxNewCommand(ControllerBaseAddress); in DAC960_LA_QueueCommandSingleMode()
[all …]