Lines Matching refs:vhdr
375 VFCT_IMAGE_HEADER *vhdr = &vbios->VbiosHeader; in amdgpu_acpi_vfct_bios() local
383 offset += vhdr->ImageLength; in amdgpu_acpi_vfct_bios()
389 if (vhdr->ImageLength && in amdgpu_acpi_vfct_bios()
390 vhdr->PCIBus == adev->pdev->bus->number && in amdgpu_acpi_vfct_bios()
391 vhdr->PCIDevice == PCI_SLOT(adev->pdev->devfn) && in amdgpu_acpi_vfct_bios()
392 vhdr->PCIFunction == PCI_FUNC(adev->pdev->devfn) && in amdgpu_acpi_vfct_bios()
393 vhdr->VendorID == adev->pdev->vendor && in amdgpu_acpi_vfct_bios()
394 vhdr->DeviceID == adev->pdev->device) { in amdgpu_acpi_vfct_bios()
396 vhdr->ImageLength, in amdgpu_acpi_vfct_bios()
399 if (!check_atom_bios(adev->bios, vhdr->ImageLength)) { in amdgpu_acpi_vfct_bios()
403 adev->bios_size = vhdr->ImageLength; in amdgpu_acpi_vfct_bios()