Lines Matching defs:header
1587 radeon_ucode_print_mc_hdr(&hdr->header);
1591 ucode_size = le32_to_cpu(hdr->header.ucode_size_bytes) / 4;
1593 (rdev->mc_fw->data + le32_to_cpu(hdr->header.ucode_array_offset_bytes));
3403 u32 header;
3410 header = PACKET3(PACKET3_INDIRECT_BUFFER_CONST, 2);
3428 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2);
3431 radeon_ring_write(ring, header);
3494 radeon_ucode_print_gfx_hdr(&pfp_hdr->header);
3495 radeon_ucode_print_gfx_hdr(&ce_hdr->header);
3496 radeon_ucode_print_gfx_hdr(&me_hdr->header);
3500 (rdev->pfp_fw->data + le32_to_cpu(pfp_hdr->header.ucode_array_offset_bytes));
3501 fw_size = le32_to_cpu(pfp_hdr->header.ucode_size_bytes) / 4;
3509 (rdev->ce_fw->data + le32_to_cpu(ce_hdr->header.ucode_array_offset_bytes));
3510 fw_size = le32_to_cpu(ce_hdr->header.ucode_size_bytes) / 4;
3518 (rdev->me_fw->data + le32_to_cpu(me_hdr->header.ucode_array_offset_bytes));
3519 fw_size = le32_to_cpu(me_hdr->header.ucode_size_bytes) / 4;
5892 u32 fw_size = le32_to_cpu(hdr->header.ucode_size_bytes) / 4;
5894 (rdev->rlc_fw->data + le32_to_cpu(hdr->header.ucode_array_offset_bytes));
5896 radeon_ucode_print_rlc_hdr(&hdr->header);