Searched refs:PCIDevice (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/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.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_bios.c | 280 vhdr->PCIBus, vhdr->PCIDevice, vhdr->PCIFunction, in amdgpu_acpi_vfct_bios() 284 vhdr->PCIDevice != PCI_SLOT(adev->pdev->devfn) || in amdgpu_acpi_vfct_bios()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_bios.c | 622 vhdr->PCIBus, vhdr->PCIDevice, vhdr->PCIFunction, in radeon_acpi_vfct_bios() 626 vhdr->PCIDevice != PCI_SLOT(rdev->pdev->devfn) || in radeon_acpi_vfct_bios()
|
D | atombios.h | 7954 ULONG PCIDevice; //0x50 member
|
/linux-4.4.14/drivers/gpu/drm/amd/include/ |
D | atombios.h | 8528 ULONG PCIDevice; //0x50 member
|