Lines Matching refs:vhdr
384 VFCT_IMAGE_HEADER *vhdr = &vbios->VbiosHeader; in amdgpu_acpi_vfct_bios() local
392 offset += vhdr->ImageLength; in amdgpu_acpi_vfct_bios()
398 if (vhdr->ImageLength && in amdgpu_acpi_vfct_bios()
399 vhdr->PCIBus == adev->pdev->bus->number && in amdgpu_acpi_vfct_bios()
400 vhdr->PCIDevice == PCI_SLOT(adev->pdev->devfn) && in amdgpu_acpi_vfct_bios()
401 vhdr->PCIFunction == PCI_FUNC(adev->pdev->devfn) && in amdgpu_acpi_vfct_bios()
402 vhdr->VendorID == adev->pdev->vendor && in amdgpu_acpi_vfct_bios()
403 vhdr->DeviceID == adev->pdev->device) { in amdgpu_acpi_vfct_bios()
405 vhdr->ImageLength, in amdgpu_acpi_vfct_bios()
408 if (!check_atom_bios(adev->bios, vhdr->ImageLength)) { in amdgpu_acpi_vfct_bios()
412 adev->bios_size = vhdr->ImageLength; in amdgpu_acpi_vfct_bios()