Lines Matching defs:header
1592 radeon_ucode_print_mc_hdr(&hdr->header);
1596 ucode_size = le32_to_cpu(hdr->header.ucode_size_bytes) / 4;
1598 (rdev->mc_fw->data + le32_to_cpu(hdr->header.ucode_array_offset_bytes));
3408 u32 header;
3415 header = PACKET3(PACKET3_INDIRECT_BUFFER_CONST, 2);
3433 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2);
3436 radeon_ring_write(ring, header);
3499 radeon_ucode_print_gfx_hdr(&pfp_hdr->header);
3500 radeon_ucode_print_gfx_hdr(&ce_hdr->header);
3501 radeon_ucode_print_gfx_hdr(&me_hdr->header);
3505 (rdev->pfp_fw->data + le32_to_cpu(pfp_hdr->header.ucode_array_offset_bytes));
3506 fw_size = le32_to_cpu(pfp_hdr->header.ucode_size_bytes) / 4;
3514 (rdev->ce_fw->data + le32_to_cpu(ce_hdr->header.ucode_array_offset_bytes));
3515 fw_size = le32_to_cpu(ce_hdr->header.ucode_size_bytes) / 4;
3523 (rdev->me_fw->data + le32_to_cpu(me_hdr->header.ucode_array_offset_bytes));
3524 fw_size = le32_to_cpu(me_hdr->header.ucode_size_bytes) / 4;
5897 u32 fw_size = le32_to_cpu(hdr->header.ucode_size_bytes) / 4;
5899 (rdev->rlc_fw->data + le32_to_cpu(hdr->header.ucode_array_offset_bytes));
5901 radeon_ucode_print_rlc_hdr(&hdr->header);