Lines Matching refs:ControllerBaseAddress

539   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()
671 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_PG_QueueCommandDualMode() local
679 DAC960_PG_MemoryMailboxNewCommand(ControllerBaseAddress); in DAC960_PG_QueueCommandDualMode()
697 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_PG_QueueCommandSingleMode() local
705 DAC960_PG_HardwareMailboxNewCommand(ControllerBaseAddress); in DAC960_PG_QueueCommandSingleMode()
722 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_PD_QueueCommand() local
725 while (DAC960_PD_MailboxFullP(ControllerBaseAddress)) in DAC960_PD_QueueCommand()
727 DAC960_PD_WriteCommandMailbox(ControllerBaseAddress, CommandMailbox); in DAC960_PD_QueueCommand()
728 DAC960_PD_NewCommand(ControllerBaseAddress); in DAC960_PD_QueueCommand()
739 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_P_QueueCommand() local
771 while (DAC960_PD_MailboxFullP(ControllerBaseAddress)) in DAC960_P_QueueCommand()
773 DAC960_PD_WriteCommandMailbox(ControllerBaseAddress, CommandMailbox); in DAC960_P_QueueCommand()
774 DAC960_PD_NewCommand(ControllerBaseAddress); in DAC960_P_QueueCommand()
1160 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_V1_EnableMemoryMailboxInterface() local
1293 if (!DAC960_LA_HardwareMailboxFullP(ControllerBaseAddress)) in DAC960_V1_EnableMemoryMailboxInterface()
1298 DAC960_LA_WriteHardwareMailbox(ControllerBaseAddress, &CommandMailbox); in DAC960_V1_EnableMemoryMailboxInterface()
1299 DAC960_LA_HardwareMailboxNewCommand(ControllerBaseAddress); in DAC960_V1_EnableMemoryMailboxInterface()
1304 ControllerBaseAddress)) in DAC960_V1_EnableMemoryMailboxInterface()
1309 CommandStatus = DAC960_LA_ReadStatusRegister(ControllerBaseAddress); in DAC960_V1_EnableMemoryMailboxInterface()
1310 DAC960_LA_AcknowledgeHardwareMailboxInterrupt(ControllerBaseAddress); in DAC960_V1_EnableMemoryMailboxInterface()
1311 DAC960_LA_AcknowledgeHardwareMailboxStatus(ControllerBaseAddress); in DAC960_V1_EnableMemoryMailboxInterface()
1320 if (!DAC960_PG_HardwareMailboxFullP(ControllerBaseAddress)) in DAC960_V1_EnableMemoryMailboxInterface()
1325 DAC960_PG_WriteHardwareMailbox(ControllerBaseAddress, &CommandMailbox); in DAC960_V1_EnableMemoryMailboxInterface()
1326 DAC960_PG_HardwareMailboxNewCommand(ControllerBaseAddress); in DAC960_V1_EnableMemoryMailboxInterface()
1332 ControllerBaseAddress)) in DAC960_V1_EnableMemoryMailboxInterface()
1337 CommandStatus = DAC960_PG_ReadStatusRegister(ControllerBaseAddress); in DAC960_V1_EnableMemoryMailboxInterface()
1338 DAC960_PG_AcknowledgeHardwareMailboxInterrupt(ControllerBaseAddress); in DAC960_V1_EnableMemoryMailboxInterface()
1339 DAC960_PG_AcknowledgeHardwareMailboxStatus(ControllerBaseAddress); in DAC960_V1_EnableMemoryMailboxInterface()
1366 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_V2_EnableMemoryMailboxInterface() local
1492 while (DAC960_GEM_HardwareMailboxFullP(ControllerBaseAddress)) in DAC960_V2_EnableMemoryMailboxInterface()
1494 DAC960_GEM_WriteHardwareMailbox(ControllerBaseAddress, CommandMailboxDMA); in DAC960_V2_EnableMemoryMailboxInterface()
1495 DAC960_GEM_HardwareMailboxNewCommand(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
1496 while (!DAC960_GEM_HardwareMailboxStatusAvailableP(ControllerBaseAddress)) in DAC960_V2_EnableMemoryMailboxInterface()
1498 CommandStatus = DAC960_GEM_ReadCommandStatus(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
1499 DAC960_GEM_AcknowledgeHardwareMailboxInterrupt(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
1500 DAC960_GEM_AcknowledgeHardwareMailboxStatus(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
1503 while (DAC960_BA_HardwareMailboxFullP(ControllerBaseAddress)) in DAC960_V2_EnableMemoryMailboxInterface()
1505 DAC960_BA_WriteHardwareMailbox(ControllerBaseAddress, CommandMailboxDMA); in DAC960_V2_EnableMemoryMailboxInterface()
1506 DAC960_BA_HardwareMailboxNewCommand(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
1507 while (!DAC960_BA_HardwareMailboxStatusAvailableP(ControllerBaseAddress)) in DAC960_V2_EnableMemoryMailboxInterface()
1509 CommandStatus = DAC960_BA_ReadCommandStatus(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
1510 DAC960_BA_AcknowledgeHardwareMailboxInterrupt(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
1511 DAC960_BA_AcknowledgeHardwareMailboxStatus(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
1514 while (DAC960_LP_HardwareMailboxFullP(ControllerBaseAddress)) in DAC960_V2_EnableMemoryMailboxInterface()
1516 DAC960_LP_WriteHardwareMailbox(ControllerBaseAddress, CommandMailboxDMA); in DAC960_V2_EnableMemoryMailboxInterface()
1517 DAC960_LP_HardwareMailboxNewCommand(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
1518 while (!DAC960_LP_HardwareMailboxStatusAvailableP(ControllerBaseAddress)) in DAC960_V2_EnableMemoryMailboxInterface()
1520 CommandStatus = DAC960_LP_ReadCommandStatus(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
1521 DAC960_LP_AcknowledgeHardwareMailboxInterrupt(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
1522 DAC960_LP_AcknowledgeHardwareMailboxStatus(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
5269 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_GEM_InterruptHandler() local
5274 DAC960_GEM_AcknowledgeInterrupt(ControllerBaseAddress); in DAC960_GEM_InterruptHandler()
5310 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_BA_InterruptHandler() local
5315 DAC960_BA_AcknowledgeInterrupt(ControllerBaseAddress); in DAC960_BA_InterruptHandler()
5352 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_LP_InterruptHandler() local
5357 DAC960_LP_AcknowledgeInterrupt(ControllerBaseAddress); in DAC960_LP_InterruptHandler()
5394 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_LA_InterruptHandler() local
5399 DAC960_LA_AcknowledgeInterrupt(ControllerBaseAddress); in DAC960_LA_InterruptHandler()
5432 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_PG_InterruptHandler() local
5437 DAC960_PG_AcknowledgeInterrupt(ControllerBaseAddress); in DAC960_PG_InterruptHandler()
5470 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_PD_InterruptHandler() local
5474 while (DAC960_PD_StatusAvailableP(ControllerBaseAddress)) in DAC960_PD_InterruptHandler()
5477 DAC960_PD_ReadStatusCommandIdentifier(ControllerBaseAddress); in DAC960_PD_InterruptHandler()
5480 DAC960_PD_ReadStatusRegister(ControllerBaseAddress); in DAC960_PD_InterruptHandler()
5481 DAC960_PD_AcknowledgeInterrupt(ControllerBaseAddress); in DAC960_PD_InterruptHandler()
5482 DAC960_PD_AcknowledgeStatus(ControllerBaseAddress); in DAC960_PD_InterruptHandler()
5508 void __iomem *ControllerBaseAddress = Controller->BaseAddress; in DAC960_P_InterruptHandler() local
5512 while (DAC960_PD_StatusAvailableP(ControllerBaseAddress)) in DAC960_P_InterruptHandler()
5515 DAC960_PD_ReadStatusCommandIdentifier(ControllerBaseAddress); in DAC960_P_InterruptHandler()
5521 DAC960_PD_ReadStatusRegister(ControllerBaseAddress); in DAC960_P_InterruptHandler()
5522 DAC960_PD_AcknowledgeInterrupt(ControllerBaseAddress); in DAC960_P_InterruptHandler()
5523 DAC960_PD_AcknowledgeStatus(ControllerBaseAddress); in DAC960_P_InterruptHandler()