Searched refs:reg_list_size_bytes (Results 1 – 5 of 5) sorted by relevance
93 uint32_t reg_list_size_bytes; /* size of reg list array in bytes */ member
155 le32_to_cpu(rlc_hdr->reg_list_size_bytes)); in amdgpu_ucode_print_rlc_hdr()
581 adev->gfx.rlc.reg_list_size_bytes = in gfx_v9_0_init_microcode()582 le32_to_cpu(rlc_hdr->reg_list_size_bytes); in gfx_v9_0_init_microcode()585 adev->gfx.rlc.reg_list_size_bytes, GFP_KERNEL); in gfx_v9_0_init_microcode()600 for (i = 0 ; i < (rlc_hdr->reg_list_size_bytes >> 2); i++) in gfx_v9_0_init_microcode()1962 for (i = 0; i < adev->gfx.rlc.reg_list_size_bytes >> 2; i++) in gfx_v9_1_init_rlc_save_restore_list()1998 list_size = adev->gfx.rlc.reg_list_size_bytes >> 2; in gfx_v9_1_init_rlc_save_restore_list()
1103 adev->gfx.rlc.reg_list_size_bytes = in gfx_v8_0_init_microcode()1104 le32_to_cpu(rlc_hdr->reg_list_size_bytes); in gfx_v8_0_init_microcode()1108 adev->gfx.rlc.reg_list_size_bytes, GFP_KERNEL); in gfx_v8_0_init_microcode()1124 for (i = 0 ; i < (rlc_hdr->reg_list_size_bytes >> 2); i++) in gfx_v8_0_init_microcode()4081 for (i = 0; i < adev->gfx.rlc.reg_list_size_bytes >> 2; i++) in gfx_v8_0_init_save_restore_list()4089 list_size = adev->gfx.rlc.reg_list_size_bytes >> 2; in gfx_v8_0_init_save_restore_list()
735 u32 reg_list_size_bytes; member