Lines Matching refs:PCI_Address
201 Controller->Function, Controller->PCI_Address); in DAC960_Failure()
206 Controller->PCI_Address); in DAC960_Failure()
1930 Controller, Controller->PCI_Address, in DAC960_ReportControllerConfiguration()
2748 Controller->PCI_Address = pci_resource_start(PCI_Device, 0); in DAC960_DetectController()
2751 Controller->PCI_Address = pci_resource_start(PCI_Device, 0); in DAC960_DetectController()
2754 Controller->PCI_Address = pci_resource_start(PCI_Device, 0); in DAC960_DetectController()
2757 Controller->PCI_Address = pci_resource_start(PCI_Device, 0); in DAC960_DetectController()
2760 Controller->PCI_Address = pci_resource_start(PCI_Device, 0); in DAC960_DetectController()
2764 Controller->PCI_Address = pci_resource_start(PCI_Device, 1); in DAC960_DetectController()
2768 Controller->PCI_Address = pci_resource_start(PCI_Device, 1); in DAC960_DetectController()
2789 ioremap_nocache(Controller->PCI_Address & PAGE_MASK, MemoryWindowSize); in DAC960_DetectController()
2791 Controller->MemoryMappedAddress + (Controller->PCI_Address & ~PAGE_MASK); in DAC960_DetectController()
3051 Controller->Function, Controller->PCI_Address); in DAC960_DetectController()
3057 Controller->PCI_Address); in DAC960_DetectController()
6617 ControllerInfo.PCI_Address = Controller->PCI_Address; in DAC960_gam_get_controller_info()