reg_list_size_bytes  163 drivers/gpu/drm/amd/amdgpu/amdgpu_rlc.h 	u32 reg_list_size_bytes;
reg_list_size_bytes  163 drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c 			  le32_to_cpu(rlc_hdr->reg_list_size_bytes));
reg_list_size_bytes  161 drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h 	uint32_t reg_list_size_bytes; /* size of reg list array in bytes */
reg_list_size_bytes  722 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	adev->gfx.rlc.reg_list_size_bytes =
reg_list_size_bytes  723 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 			le32_to_cpu(rlc_hdr->reg_list_size_bytes);
reg_list_size_bytes  726 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 				adev->gfx.rlc.reg_list_size_bytes, GFP_KERNEL);
reg_list_size_bytes  741 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	for (i = 0 ; i < (rlc_hdr->reg_list_size_bytes >> 2); i++)
reg_list_size_bytes 1091 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	adev->gfx.rlc.reg_list_size_bytes =
reg_list_size_bytes 1092 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 			le32_to_cpu(rlc_hdr->reg_list_size_bytes);
reg_list_size_bytes 1096 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 					adev->gfx.rlc.reg_list_size_bytes, GFP_KERNEL);
reg_list_size_bytes 1112 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	for (i = 0 ; i < (adev->gfx.rlc.reg_list_size_bytes >> 2); i++)
reg_list_size_bytes 4008 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	for (i = 0; i < adev->gfx.rlc.reg_list_size_bytes >> 2; i++)
reg_list_size_bytes 4016 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	list_size = adev->gfx.rlc.reg_list_size_bytes >> 2;
reg_list_size_bytes 1208 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	adev->gfx.rlc.reg_list_size_bytes =
reg_list_size_bytes 1209 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 			le32_to_cpu(rlc_hdr->reg_list_size_bytes);
reg_list_size_bytes 1212 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 				adev->gfx.rlc.reg_list_size_bytes, GFP_KERNEL);
reg_list_size_bytes 1227 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	for (i = 0 ; i < (adev->gfx.rlc.reg_list_size_bytes >> 2); i++)
reg_list_size_bytes 2682 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	for (i = 0; i < adev->gfx.rlc.reg_list_size_bytes >> 2; i++)
reg_list_size_bytes 2718 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	list_size = adev->gfx.rlc.reg_list_size_bytes >> 2;