Lines Matching refs:PCI_Address
200 Controller->Function, Controller->PCI_Address); in DAC960_Failure()
205 Controller->PCI_Address); in DAC960_Failure()
1932 Controller, Controller->PCI_Address, in DAC960_ReportControllerConfiguration()
2747 Controller->PCI_Address = pci_resource_start(PCI_Device, 0); in DAC960_DetectController()
2750 Controller->PCI_Address = pci_resource_start(PCI_Device, 0); in DAC960_DetectController()
2753 Controller->PCI_Address = pci_resource_start(PCI_Device, 0); in DAC960_DetectController()
2756 Controller->PCI_Address = pci_resource_start(PCI_Device, 0); in DAC960_DetectController()
2759 Controller->PCI_Address = pci_resource_start(PCI_Device, 0); in DAC960_DetectController()
2763 Controller->PCI_Address = pci_resource_start(PCI_Device, 1); in DAC960_DetectController()
2767 Controller->PCI_Address = pci_resource_start(PCI_Device, 1); in DAC960_DetectController()
2788 ioremap_nocache(Controller->PCI_Address & PAGE_MASK, MemoryWindowSize); in DAC960_DetectController()
2790 Controller->MemoryMappedAddress + (Controller->PCI_Address & ~PAGE_MASK); in DAC960_DetectController()
3050 Controller->Function, Controller->PCI_Address); in DAC960_DetectController()
3056 Controller->PCI_Address); in DAC960_DetectController()
6665 ControllerInfo.PCI_Address = Controller->PCI_Address; in DAC960_gam_ioctl()