ucClockInfoIndex 535 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c state_entry->ucClockInfoIndex & 0x3f; ucClockInfoIndex 537 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c (state_entry->ucClockInfoIndex & 0xc0) >> 6; ucClockInfoIndex 602 drivers/gpu/drm/amd/include/pptable.h UCHAR ucClockInfoIndex; //highest 2 bits indicates memory p-states, lower 6bits indicates index to ClockInfoArrary ucClockInfoIndex 1606 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c unsigned long clockInfoIndex = record->ucClockInfoIndex & 0x3F; ucClockInfoIndex 1608 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c *flag = (record->ucClockInfoIndex >> NUM_BITS_CLOCK_INFO_ARRAY_INDEX); ucClockInfoIndex 561 drivers/gpu/drm/radeon/pptable.h UCHAR ucClockInfoIndex; //highest 2 bits indicates memory p-states, lower 6bits indicates index to ClockInfoArrary ucClockInfoIndex 1127 drivers/gpu/drm/radeon/r600_dpm.c state_entry->ucClockInfoIndex & 0x3f; ucClockInfoIndex 1129 drivers/gpu/drm/radeon/r600_dpm.c (state_entry->ucClockInfoIndex & 0xc0) >> 6;