Searched refs:vpe_hdr (Results 1 – 1 of 1) sorted by relevance
126 const struct vpe_firmware_header_v1_0 *vpe_hdr; in vpe_v6_1_load_microcode() local172 vpe_hdr = (const struct vpe_firmware_header_v1_0 *)adev->vpe.fw->data; in vpe_v6_1_load_microcode()175 ucode_offset[0] = le32_to_cpu(vpe_hdr->header.ucode_array_offset_bytes); in vpe_v6_1_load_microcode()176 ucode_size[0] = le32_to_cpu(vpe_hdr->ctx_ucode_size_bytes); in vpe_v6_1_load_microcode()178 ucode_offset[1] = le32_to_cpu(vpe_hdr->ctl_ucode_offset); in vpe_v6_1_load_microcode()179 ucode_size[1] = le32_to_cpu(vpe_hdr->ctl_ucode_size_bytes); in vpe_v6_1_load_microcode()