Searched refs:ControllerBaseAddress (Results 1 – 2 of 2) sorted by relevance
2636 void DAC960_GEM_HardwareMailboxNewCommand(void __iomem *ControllerBaseAddress) in DAC960_GEM_HardwareMailboxNewCommand() argument2642 ControllerBaseAddress + DAC960_GEM_InboundDoorBellRegisterReadSetOffset); in DAC960_GEM_HardwareMailboxNewCommand()2646 void DAC960_GEM_AcknowledgeHardwareMailboxStatus(void __iomem *ControllerBaseAddress) in DAC960_GEM_AcknowledgeHardwareMailboxStatus() argument2652 ControllerBaseAddress + DAC960_GEM_InboundDoorBellRegisterClearOffset); in DAC960_GEM_AcknowledgeHardwareMailboxStatus()2656 void DAC960_GEM_GenerateInterrupt(void __iomem *ControllerBaseAddress) in DAC960_GEM_GenerateInterrupt() argument2662 ControllerBaseAddress + DAC960_GEM_InboundDoorBellRegisterReadSetOffset); in DAC960_GEM_GenerateInterrupt()2666 void DAC960_GEM_ControllerReset(void __iomem *ControllerBaseAddress) in DAC960_GEM_ControllerReset() argument2672 ControllerBaseAddress + DAC960_GEM_InboundDoorBellRegisterReadSetOffset); in DAC960_GEM_ControllerReset()2676 void DAC960_GEM_MemoryMailboxNewCommand(void __iomem *ControllerBaseAddress) in DAC960_GEM_MemoryMailboxNewCommand() argument2682 ControllerBaseAddress + DAC960_GEM_InboundDoorBellRegisterReadSetOffset); in DAC960_GEM_MemoryMailboxNewCommand()[all …]
540 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_GEM_QueueCommand() local550 DAC960_GEM_MemoryMailboxNewCommand(ControllerBaseAddress); in DAC960_GEM_QueueCommand()569 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_BA_QueueCommand() local577 DAC960_BA_MemoryMailboxNewCommand(ControllerBaseAddress); in DAC960_BA_QueueCommand()594 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_LP_QueueCommand() local602 DAC960_LP_MemoryMailboxNewCommand(ControllerBaseAddress); in DAC960_LP_QueueCommand()620 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_LA_QueueCommandDualMode() local628 DAC960_LA_MemoryMailboxNewCommand(ControllerBaseAddress); in DAC960_LA_QueueCommandDualMode()646 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_LA_QueueCommandSingleMode() local654 DAC960_LA_HardwareMailboxNewCommand(ControllerBaseAddress); in DAC960_LA_QueueCommandSingleMode()[all …]