Searched refs:reg_list_format_size_bytes (Results 1 – 6 of 6) sorted by relevance
165 u32 reg_list_format_size_bytes; member
197 uint32_t reg_list_format_size_bytes; /* size of reg list format array in bytes */ member
159 le32_to_cpu(rlc_hdr->reg_list_format_size_bytes)); in amdgpu_ucode_print_rlc_hdr()
1090 adev->gfx.rlc.reg_list_format_size_bytes = in gfx_v8_0_init_microcode()1091 le32_to_cpu(rlc_hdr->reg_list_format_size_bytes); in gfx_v8_0_init_microcode()1096 kmalloc(adev->gfx.rlc.reg_list_format_size_bytes + in gfx_v8_0_init_microcode()1106 for (i = 0 ; i < (adev->gfx.rlc.reg_list_format_size_bytes >> 2); i++) in gfx_v8_0_init_microcode()3972 adev->gfx.rlc.reg_list_format_size_bytes, GFP_KERNEL); in gfx_v8_0_init_save_restore_list()3978 adev->gfx.rlc.reg_list_format_size_bytes >> 2, in gfx_v8_0_init_save_restore_list()3995 for (i = 0; i < adev->gfx.rlc.reg_list_format_size_bytes >> 2; i++) in gfx_v8_0_init_save_restore_list()
1465 adev->gfx.rlc.reg_list_format_size_bytes = in gfx_v9_0_init_rlc_microcode()1466 le32_to_cpu(rlc_hdr->reg_list_format_size_bytes); in gfx_v9_0_init_rlc_microcode()1470 kmalloc(adev->gfx.rlc.reg_list_format_size_bytes + in gfx_v9_0_init_rlc_microcode()1479 for (i = 0 ; i < (adev->gfx.rlc.reg_list_format_size_bytes >> 2); i++) in gfx_v9_0_init_rlc_microcode()2724 adev->gfx.rlc.reg_list_format_size_bytes, GFP_KERNEL); in gfx_v9_1_init_rlc_save_restore_list()2732 adev->gfx.rlc.reg_list_format_size_bytes >> 2, in gfx_v9_1_init_rlc_save_restore_list()2761 while (i < (adev->gfx.rlc.reg_list_format_size_bytes >> 2)) { in gfx_v9_1_init_rlc_save_restore_list()
3760 adev->gfx.rlc.reg_list_format_size_bytes = in gfx_v10_0_init_microcode()3761 le32_to_cpu(rlc_hdr->reg_list_format_size_bytes); in gfx_v10_0_init_microcode()3765 kmalloc(adev->gfx.rlc.reg_list_format_size_bytes + in gfx_v10_0_init_microcode()3774 for (i = 0 ; i < (rlc_hdr->reg_list_format_size_bytes >> 2); i++) in gfx_v10_0_init_microcode()