Searched refs:ControllerBaseAddress (Results 1 – 2 of 2) sorted by relevance
2635 void DAC960_GEM_HardwareMailboxNewCommand(void __iomem *ControllerBaseAddress) in DAC960_GEM_HardwareMailboxNewCommand() argument2641 ControllerBaseAddress + DAC960_GEM_InboundDoorBellRegisterReadSetOffset); in DAC960_GEM_HardwareMailboxNewCommand()2645 void DAC960_GEM_AcknowledgeHardwareMailboxStatus(void __iomem *ControllerBaseAddress) in DAC960_GEM_AcknowledgeHardwareMailboxStatus() argument2651 ControllerBaseAddress + DAC960_GEM_InboundDoorBellRegisterClearOffset); in DAC960_GEM_AcknowledgeHardwareMailboxStatus()2655 void DAC960_GEM_GenerateInterrupt(void __iomem *ControllerBaseAddress) in DAC960_GEM_GenerateInterrupt() argument2661 ControllerBaseAddress + DAC960_GEM_InboundDoorBellRegisterReadSetOffset); in DAC960_GEM_GenerateInterrupt()2665 void DAC960_GEM_ControllerReset(void __iomem *ControllerBaseAddress) in DAC960_GEM_ControllerReset() argument2671 ControllerBaseAddress + DAC960_GEM_InboundDoorBellRegisterReadSetOffset); in DAC960_GEM_ControllerReset()2675 void DAC960_GEM_MemoryMailboxNewCommand(void __iomem *ControllerBaseAddress) in DAC960_GEM_MemoryMailboxNewCommand() argument2681 ControllerBaseAddress + DAC960_GEM_InboundDoorBellRegisterReadSetOffset); in DAC960_GEM_MemoryMailboxNewCommand()[all …]
539 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_GEM_QueueCommand() local549 DAC960_GEM_MemoryMailboxNewCommand(ControllerBaseAddress); in DAC960_GEM_QueueCommand()568 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_BA_QueueCommand() local576 DAC960_BA_MemoryMailboxNewCommand(ControllerBaseAddress); in DAC960_BA_QueueCommand()593 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_LP_QueueCommand() local601 DAC960_LP_MemoryMailboxNewCommand(ControllerBaseAddress); in DAC960_LP_QueueCommand()619 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_LA_QueueCommandDualMode() local627 DAC960_LA_MemoryMailboxNewCommand(ControllerBaseAddress); in DAC960_LA_QueueCommandDualMode()645 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_LA_QueueCommandSingleMode() local653 DAC960_LA_HardwareMailboxNewCommand(ControllerBaseAddress); in DAC960_LA_QueueCommandSingleMode()[all …]