Lines Matching refs:PCI_Device
1163 struct pci_dev *PCI_Device = Controller->PCIDevice; in DAC960_V1_EnableMemoryMailboxInterface() local
1202 if (!init_dma_loaf(PCI_Device, DmaPages, DmaPagesSize)) in DAC960_V1_EnableMemoryMailboxInterface()
1369 struct pci_dev *PCI_Device = Controller->PCIDevice; in DAC960_V2_EnableMemoryMailboxInterface() local
1393 CommandMailbox = pci_alloc_consistent(PCI_Device, in DAC960_V2_EnableMemoryMailboxInterface()
1410 if (!init_dma_loaf(PCI_Device, DmaPages, DmaPagesSize)) { in DAC960_V2_EnableMemoryMailboxInterface()
1411 pci_free_consistent(PCI_Device, sizeof(DAC960_V2_CommandMailbox_T), in DAC960_V2_EnableMemoryMailboxInterface()
1534 pci_free_consistent(PCI_Device, sizeof(DAC960_V2_CommandMailbox_T), in DAC960_V2_EnableMemoryMailboxInterface()
2711 DAC960_DetectController(struct pci_dev *PCI_Device, in DAC960_DetectController() argument
2719 unsigned char DeviceFunction = PCI_Device->devfn; in DAC960_DetectController()
2733 Controller->Bus = PCI_Device->bus->number; in DAC960_DetectController()
2738 Controller->PCIDevice = PCI_Device; in DAC960_DetectController()
2741 if (pci_enable_device(PCI_Device)) in DAC960_DetectController()
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()
2762 Controller->IO_Address = pci_resource_start(PCI_Device, 0); in DAC960_DetectController()
2763 Controller->PCI_Address = pci_resource_start(PCI_Device, 1); in DAC960_DetectController()
2766 Controller->IO_Address = pci_resource_start(PCI_Device, 0); in DAC960_DetectController()
2767 Controller->PCI_Address = pci_resource_start(PCI_Device, 1); in DAC960_DetectController()
2771 pci_set_drvdata(PCI_Device, (void *)((long)Controller->ControllerNumber)); in DAC960_DetectController()
3030 IRQ_Channel = PCI_Device->irq; in DAC960_DetectController()
3189 static void DAC960_Remove(struct pci_dev *PCI_Device) in DAC960_Remove() argument
3191 int Controller_Number = (long)pci_get_drvdata(PCI_Device); in DAC960_Remove()
6662 ControllerInfo.PCI_Device = Controller->Device; in DAC960_gam_ioctl()