Lines Matching refs:vhdr
378 VFCT_IMAGE_HEADER *vhdr = &vbios->VbiosHeader; in amdgpu_acpi_vfct_bios() local
386 offset += vhdr->ImageLength; in amdgpu_acpi_vfct_bios()
392 if (vhdr->ImageLength && in amdgpu_acpi_vfct_bios()
393 vhdr->PCIBus == adev->pdev->bus->number && in amdgpu_acpi_vfct_bios()
394 vhdr->PCIDevice == PCI_SLOT(adev->pdev->devfn) && in amdgpu_acpi_vfct_bios()
395 vhdr->PCIFunction == PCI_FUNC(adev->pdev->devfn) && in amdgpu_acpi_vfct_bios()
396 vhdr->VendorID == adev->pdev->vendor && in amdgpu_acpi_vfct_bios()
397 vhdr->DeviceID == adev->pdev->device) { in amdgpu_acpi_vfct_bios()
399 vhdr->ImageLength, in amdgpu_acpi_vfct_bios()
402 if (!check_atom_bios(adev, vhdr->ImageLength)) { in amdgpu_acpi_vfct_bios()
406 adev->bios_size = vhdr->ImageLength; in amdgpu_acpi_vfct_bios()