Lines Matching refs:ControllerBaseAddress

540   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()
672 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_PG_QueueCommandDualMode() local
680 DAC960_PG_MemoryMailboxNewCommand(ControllerBaseAddress); in DAC960_PG_QueueCommandDualMode()
698 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_PG_QueueCommandSingleMode() local
706 DAC960_PG_HardwareMailboxNewCommand(ControllerBaseAddress); in DAC960_PG_QueueCommandSingleMode()
723 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_PD_QueueCommand() local
726 while (DAC960_PD_MailboxFullP(ControllerBaseAddress)) in DAC960_PD_QueueCommand()
728 DAC960_PD_WriteCommandMailbox(ControllerBaseAddress, CommandMailbox); in DAC960_PD_QueueCommand()
729 DAC960_PD_NewCommand(ControllerBaseAddress); in DAC960_PD_QueueCommand()
740 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_P_QueueCommand() local
772 while (DAC960_PD_MailboxFullP(ControllerBaseAddress)) in DAC960_P_QueueCommand()
774 DAC960_PD_WriteCommandMailbox(ControllerBaseAddress, CommandMailbox); in DAC960_P_QueueCommand()
775 DAC960_PD_NewCommand(ControllerBaseAddress); in DAC960_P_QueueCommand()
1161 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_V1_EnableMemoryMailboxInterface() local
1295 if (!DAC960_LA_HardwareMailboxFullP(ControllerBaseAddress)) in DAC960_V1_EnableMemoryMailboxInterface()
1300 DAC960_LA_WriteHardwareMailbox(ControllerBaseAddress, &CommandMailbox); in DAC960_V1_EnableMemoryMailboxInterface()
1301 DAC960_LA_HardwareMailboxNewCommand(ControllerBaseAddress); in DAC960_V1_EnableMemoryMailboxInterface()
1306 ControllerBaseAddress)) in DAC960_V1_EnableMemoryMailboxInterface()
1311 CommandStatus = DAC960_LA_ReadStatusRegister(ControllerBaseAddress); in DAC960_V1_EnableMemoryMailboxInterface()
1312 DAC960_LA_AcknowledgeHardwareMailboxInterrupt(ControllerBaseAddress); in DAC960_V1_EnableMemoryMailboxInterface()
1313 DAC960_LA_AcknowledgeHardwareMailboxStatus(ControllerBaseAddress); in DAC960_V1_EnableMemoryMailboxInterface()
1322 if (!DAC960_PG_HardwareMailboxFullP(ControllerBaseAddress)) in DAC960_V1_EnableMemoryMailboxInterface()
1327 DAC960_PG_WriteHardwareMailbox(ControllerBaseAddress, &CommandMailbox); in DAC960_V1_EnableMemoryMailboxInterface()
1328 DAC960_PG_HardwareMailboxNewCommand(ControllerBaseAddress); in DAC960_V1_EnableMemoryMailboxInterface()
1334 ControllerBaseAddress)) in DAC960_V1_EnableMemoryMailboxInterface()
1339 CommandStatus = DAC960_PG_ReadStatusRegister(ControllerBaseAddress); in DAC960_V1_EnableMemoryMailboxInterface()
1340 DAC960_PG_AcknowledgeHardwareMailboxInterrupt(ControllerBaseAddress); in DAC960_V1_EnableMemoryMailboxInterface()
1341 DAC960_PG_AcknowledgeHardwareMailboxStatus(ControllerBaseAddress); in DAC960_V1_EnableMemoryMailboxInterface()
1368 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_V2_EnableMemoryMailboxInterface() local
1497 while (DAC960_GEM_HardwareMailboxFullP(ControllerBaseAddress)) in DAC960_V2_EnableMemoryMailboxInterface()
1499 DAC960_GEM_WriteHardwareMailbox(ControllerBaseAddress, CommandMailboxDMA); in DAC960_V2_EnableMemoryMailboxInterface()
1500 DAC960_GEM_HardwareMailboxNewCommand(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
1501 while (!DAC960_GEM_HardwareMailboxStatusAvailableP(ControllerBaseAddress)) in DAC960_V2_EnableMemoryMailboxInterface()
1503 CommandStatus = DAC960_GEM_ReadCommandStatus(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
1504 DAC960_GEM_AcknowledgeHardwareMailboxInterrupt(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
1505 DAC960_GEM_AcknowledgeHardwareMailboxStatus(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
1508 while (DAC960_BA_HardwareMailboxFullP(ControllerBaseAddress)) in DAC960_V2_EnableMemoryMailboxInterface()
1510 DAC960_BA_WriteHardwareMailbox(ControllerBaseAddress, CommandMailboxDMA); in DAC960_V2_EnableMemoryMailboxInterface()
1511 DAC960_BA_HardwareMailboxNewCommand(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
1512 while (!DAC960_BA_HardwareMailboxStatusAvailableP(ControllerBaseAddress)) in DAC960_V2_EnableMemoryMailboxInterface()
1514 CommandStatus = DAC960_BA_ReadCommandStatus(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
1515 DAC960_BA_AcknowledgeHardwareMailboxInterrupt(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
1516 DAC960_BA_AcknowledgeHardwareMailboxStatus(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
1519 while (DAC960_LP_HardwareMailboxFullP(ControllerBaseAddress)) in DAC960_V2_EnableMemoryMailboxInterface()
1521 DAC960_LP_WriteHardwareMailbox(ControllerBaseAddress, CommandMailboxDMA); in DAC960_V2_EnableMemoryMailboxInterface()
1522 DAC960_LP_HardwareMailboxNewCommand(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
1523 while (!DAC960_LP_HardwareMailboxStatusAvailableP(ControllerBaseAddress)) in DAC960_V2_EnableMemoryMailboxInterface()
1525 CommandStatus = DAC960_LP_ReadCommandStatus(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
1526 DAC960_LP_AcknowledgeHardwareMailboxInterrupt(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
1527 DAC960_LP_AcknowledgeHardwareMailboxStatus(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
5267 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_GEM_InterruptHandler() local
5272 DAC960_GEM_AcknowledgeInterrupt(ControllerBaseAddress); in DAC960_GEM_InterruptHandler()
5308 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_BA_InterruptHandler() local
5313 DAC960_BA_AcknowledgeInterrupt(ControllerBaseAddress); in DAC960_BA_InterruptHandler()
5350 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_LP_InterruptHandler() local
5355 DAC960_LP_AcknowledgeInterrupt(ControllerBaseAddress); in DAC960_LP_InterruptHandler()
5392 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_LA_InterruptHandler() local
5397 DAC960_LA_AcknowledgeInterrupt(ControllerBaseAddress); in DAC960_LA_InterruptHandler()
5430 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_PG_InterruptHandler() local
5435 DAC960_PG_AcknowledgeInterrupt(ControllerBaseAddress); in DAC960_PG_InterruptHandler()
5468 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_PD_InterruptHandler() local
5472 while (DAC960_PD_StatusAvailableP(ControllerBaseAddress)) in DAC960_PD_InterruptHandler()
5475 DAC960_PD_ReadStatusCommandIdentifier(ControllerBaseAddress); in DAC960_PD_InterruptHandler()
5478 DAC960_PD_ReadStatusRegister(ControllerBaseAddress); in DAC960_PD_InterruptHandler()
5479 DAC960_PD_AcknowledgeInterrupt(ControllerBaseAddress); in DAC960_PD_InterruptHandler()
5480 DAC960_PD_AcknowledgeStatus(ControllerBaseAddress); in DAC960_PD_InterruptHandler()
5506 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_P_InterruptHandler() local
5510 while (DAC960_PD_StatusAvailableP(ControllerBaseAddress)) in DAC960_P_InterruptHandler()
5513 DAC960_PD_ReadStatusCommandIdentifier(ControllerBaseAddress); in DAC960_P_InterruptHandler()
5519 DAC960_PD_ReadStatusRegister(ControllerBaseAddress); in DAC960_P_InterruptHandler()
5520 DAC960_PD_AcknowledgeInterrupt(ControllerBaseAddress); in DAC960_P_InterruptHandler()
5521 DAC960_PD_AcknowledgeStatus(ControllerBaseAddress); in DAC960_P_InterruptHandler()