Searched refs:PCIDevice (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/block/ |
D | DAC960.c | 281 Controller->PCIDevice, in DAC960_CreateAuxiliaryStructures() 294 Controller->PCIDevice, in DAC960_CreateAuxiliaryStructures() 301 Controller->PCIDevice, sizeof(DAC960_SCSI_RequestSense_T), in DAC960_CreateAuxiliaryStructures() 1163 struct pci_dev *PCI_Device = Controller->PCIDevice; in DAC960_V1_EnableMemoryMailboxInterface() 1182 if (pci_set_dma_mask(Controller->PCIDevice, DMA_BIT_MASK(32))) in DAC960_V1_EnableMemoryMailboxInterface() 1369 struct pci_dev *PCI_Device = Controller->PCIDevice; in DAC960_V2_EnableMemoryMailboxInterface() 1385 if (!pci_set_dma_mask(Controller->PCIDevice, DMA_BIT_MASK(64))) in DAC960_V2_EnableMemoryMailboxInterface() 1387 else if (!pci_set_dma_mask(Controller->PCIDevice, DMA_BIT_MASK(32))) in DAC960_V2_EnableMemoryMailboxInterface() 1555 if (!init_dma_loaf(Controller->PCIDevice, &local_dma, in DAC960_V1_ReadControllerConfiguration() 1564 free_dma_loaf(Controller->PCIDevice, &local_dma); in DAC960_V1_ReadControllerConfiguration() [all …]
|
D | DAC960.h | 2278 struct pci_dev *PCIDevice; member
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_bios.c | 623 vhdr->PCIBus, vhdr->PCIDevice, vhdr->PCIFunction, in radeon_acpi_vfct_bios() 627 vhdr->PCIDevice != PCI_SLOT(rdev->pdev->devfn) || in radeon_acpi_vfct_bios()
|
D | atombios.h | 7954 ULONG PCIDevice; //0x50 member
|