Searched refs:ce_hdr (Results 1 – 4 of 4) sorted by relevance
1497 struct ath10k_ce_crash_hdr *ce_hdr; in ath10k_coredump_build() local1510 len += sizeof(*dump_tlv) + sizeof(*ce_hdr) + in ath10k_coredump_build()1511 CE_COUNT * sizeof(ce_hdr->entries[0]); in ath10k_coredump_build()1571 dump_tlv->tlv_len = cpu_to_le32(struct_size(ce_hdr, entries, in ath10k_coredump_build()1573 ce_hdr = (struct ath10k_ce_crash_hdr *)(dump_tlv->tlv_data); in ath10k_coredump_build()1574 ce_hdr->ce_count = cpu_to_le32(CE_COUNT); in ath10k_coredump_build()1575 memset(ce_hdr->reserved, 0, sizeof(ce_hdr->reserved)); in ath10k_coredump_build()1576 memcpy(ce_hdr->entries, crash_data->ce_crash_data, in ath10k_coredump_build()1577 CE_COUNT * sizeof(ce_hdr->entries[0])); in ath10k_coredump_build()1578 sofar += sizeof(*dump_tlv) + sizeof(*ce_hdr) + in ath10k_coredump_build()[all …]
3468 const struct gfx_firmware_header_v1_0 *ce_hdr = in si_cp_load_microcode() local3476 radeon_ucode_print_gfx_hdr(&ce_hdr->header); in si_cp_load_microcode()3490 (rdev->ce_fw->data + le32_to_cpu(ce_hdr->header.ucode_array_offset_bytes)); in si_cp_load_microcode()3491 fw_size = le32_to_cpu(ce_hdr->header.ucode_size_bytes) / 4; in si_cp_load_microcode()
3896 const struct gfx_firmware_header_v1_0 *ce_hdr = in cik_cp_gfx_load_microcode() local3904 radeon_ucode_print_gfx_hdr(&ce_hdr->header); in cik_cp_gfx_load_microcode()3918 (rdev->ce_fw->data + le32_to_cpu(ce_hdr->header.ucode_array_offset_bytes)); in cik_cp_gfx_load_microcode()3919 fw_size = le32_to_cpu(ce_hdr->header.ucode_size_bytes) / 4; in cik_cp_gfx_load_microcode()3923 WREG32(CP_CE_UCODE_ADDR, le32_to_cpu(ce_hdr->header.ucode_version)); in cik_cp_gfx_load_microcode()
6183 const struct gfx_firmware_header_v1_0 *ce_hdr; in gfx_v10_0_cp_gfx_load_ce_microcode() local6189 ce_hdr = (const struct gfx_firmware_header_v1_0 *) in gfx_v10_0_cp_gfx_load_ce_microcode()6192 amdgpu_ucode_print_gfx_hdr(&ce_hdr->header); in gfx_v10_0_cp_gfx_load_ce_microcode()6195 le32_to_cpu(ce_hdr->header.ucode_array_offset_bytes)); in gfx_v10_0_cp_gfx_load_ce_microcode()6196 fw_size = le32_to_cpu(ce_hdr->header.ucode_size_bytes); in gfx_v10_0_cp_gfx_load_ce_microcode()6198 r = amdgpu_bo_create_reserved(adev, ce_hdr->header.ucode_size_bytes, in gfx_v10_0_cp_gfx_load_ce_microcode()6248 for (i = 0; i < ce_hdr->jt_size; i++) in gfx_v10_0_cp_gfx_load_ce_microcode()6250 le32_to_cpup(fw_data + ce_hdr->jt_offset + i)); in gfx_v10_0_cp_gfx_load_ce_microcode()