Searched refs:ce_hdr (Results 1 – 2 of 2) sorted by relevance
3486 const struct gfx_firmware_header_v1_0 *ce_hdr = in si_cp_load_microcode() local3494 radeon_ucode_print_gfx_hdr(&ce_hdr->header); in si_cp_load_microcode()3508 (rdev->ce_fw->data + le32_to_cpu(ce_hdr->header.ucode_array_offset_bytes)); in si_cp_load_microcode()3509 fw_size = le32_to_cpu(ce_hdr->header.ucode_size_bytes) / 4; in si_cp_load_microcode()
4290 const struct gfx_firmware_header_v1_0 *ce_hdr = in cik_cp_gfx_load_microcode() local4298 radeon_ucode_print_gfx_hdr(&ce_hdr->header); in cik_cp_gfx_load_microcode()4312 (rdev->ce_fw->data + le32_to_cpu(ce_hdr->header.ucode_array_offset_bytes)); in cik_cp_gfx_load_microcode()4313 fw_size = le32_to_cpu(ce_hdr->header.ucode_size_bytes) / 4; in cik_cp_gfx_load_microcode()4317 WREG32(CP_CE_UCODE_ADDR, le32_to_cpu(ce_hdr->header.ucode_version)); in cik_cp_gfx_load_microcode()