Searched refs:ucode_offset (Results 1 – 2 of 2) sorted by relevance
128 uint32_t ucode_offset[2], ucode_size[2]; in vpe_v6_1_load_microcode() local175 ucode_offset[0] = le32_to_cpu(vpe_hdr->header.ucode_array_offset_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()190 data = (const __le32 *)(adev->vpe.fw->data + ucode_offset[i]); in vpe_v6_1_load_microcode()
193 u32 ucode_offset; in vce_v1_0_load_fw() local200 ucode_offset = le32_to_cpu(hdr->ucode_array_offset_bytes); in vce_v1_0_load_fw()204 sign = (void *)adev->vce.fw->data + ucode_offset; in vce_v1_0_load_fw()