Lines Matching refs:vhdr
370 VFCT_IMAGE_HEADER *vhdr = &vbios->VbiosHeader; in amdgpu_acpi_vfct_bios() local
378 offset += vhdr->ImageLength; in amdgpu_acpi_vfct_bios()
384 if (vhdr->ImageLength && in amdgpu_acpi_vfct_bios()
385 vhdr->PCIBus == adev->pdev->bus->number && in amdgpu_acpi_vfct_bios()
386 vhdr->PCIDevice == PCI_SLOT(adev->pdev->devfn) && in amdgpu_acpi_vfct_bios()
387 vhdr->PCIFunction == PCI_FUNC(adev->pdev->devfn) && in amdgpu_acpi_vfct_bios()
388 vhdr->VendorID == adev->pdev->vendor && in amdgpu_acpi_vfct_bios()
389 vhdr->DeviceID == adev->pdev->device) { in amdgpu_acpi_vfct_bios()
391 vhdr->ImageLength, in amdgpu_acpi_vfct_bios()
394 if (!check_atom_bios(adev, vhdr->ImageLength)) { in amdgpu_acpi_vfct_bios()
398 adev->bios_size = vhdr->ImageLength; in amdgpu_acpi_vfct_bios()