Searched refs:PCIDevice (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/block/ |
D | DAC960.c | 282 &Controller->PCIDevice->dev, in DAC960_CreateAuxiliaryStructures() 295 &Controller->PCIDevice->dev, in DAC960_CreateAuxiliaryStructures() 302 &Controller->PCIDevice->dev, sizeof(DAC960_SCSI_RequestSense_T), in DAC960_CreateAuxiliaryStructures() 1162 struct pci_dev *PCI_Device = Controller->PCIDevice; in DAC960_V1_EnableMemoryMailboxInterface() 1181 if (pci_set_dma_mask(Controller->PCIDevice, DMA_BIT_MASK(32))) in DAC960_V1_EnableMemoryMailboxInterface() 1367 struct pci_dev *PCI_Device = Controller->PCIDevice; in DAC960_V2_EnableMemoryMailboxInterface() 1383 if (pci_set_dma_mask(Controller->PCIDevice, DMA_BIT_MASK(64)) && in DAC960_V2_EnableMemoryMailboxInterface() 1384 pci_set_dma_mask(Controller->PCIDevice, DMA_BIT_MASK(32))) in DAC960_V2_EnableMemoryMailboxInterface() 1550 if (!init_dma_loaf(Controller->PCIDevice, &local_dma, in DAC960_V1_ReadControllerConfiguration() 1559 free_dma_loaf(Controller->PCIDevice, &local_dma); in DAC960_V1_ReadControllerConfiguration() [all …]
|
D | DAC960.h | 2278 struct pci_dev *PCIDevice; member
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_bios.c | 385 vhdr->PCIDevice == PCI_SLOT(adev->pdev->devfn) && in amdgpu_acpi_vfct_bios()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_bios.c | 633 vhdr->PCIDevice == PCI_SLOT(rdev->pdev->devfn) && in radeon_acpi_vfct_bios()
|
D | atombios.h | 7954 ULONG PCIDevice; //0x50 member
|
/Linux-v4.19/drivers/gpu/drm/amd/include/ |
D | atombios.h | 9264 ULONG PCIDevice; //0x50 member
|