rlc_toc 1988 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c RLC_TABLE_OF_CONTENT *rlc_toc; rlc_toc 2003 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c rlc_toc = (RLC_TABLE_OF_CONTENT *)adev->gfx.rlc.rlc_toc_buf; rlc_toc 2004 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c while (rlc_toc && (rlc_toc->id > FIRMWARE_ID_INVALID) && rlc_toc 2005 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c (rlc_toc->id < FIRMWARE_ID_MAX)) { rlc_toc 2006 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c if ((rlc_toc->id >= FIRMWARE_ID_CP_CE) && rlc_toc 2007 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c (rlc_toc->id <= FIRMWARE_ID_CP_MES)) { rlc_toc 2009 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c rlc_toc->offset = ALIGN(rlc_toc->offset * 4, PAGE_SIZE); rlc_toc 2012 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c rlc_autoload_info[rlc_toc->id].id = rlc_toc->id; rlc_toc 2013 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c rlc_autoload_info[rlc_toc->id].offset = rlc_toc->offset * 4; rlc_toc 2014 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c rlc_autoload_info[rlc_toc->id].size = rlc_toc->size * 4; rlc_toc 2016 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c rlc_toc++;