Symbol: MAX_NUM_CLOCKS
sys/dev/drm/amd/include/dm_pp_interface.h
165
uint32_t clock[MAX_NUM_CLOCKS];
sys/dev/drm/amd/include/dm_pp_interface.h
166
uint32_t latency[MAX_NUM_CLOCKS];
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
1640
ucount = (dpm_table->count > MAX_NUM_CLOCKS) ?
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
1641
MAX_NUM_CLOCKS : dpm_table->count;
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
1672
ucount = (dpm_table->count > MAX_NUM_CLOCKS) ?
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
1673
MAX_NUM_CLOCKS : dpm_table->count;
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
1701
ucount = (dpm_table->count > MAX_NUM_CLOCKS) ?
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
1702
MAX_NUM_CLOCKS : dpm_table->count;
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
1729
ucount = (dpm_table->count > MAX_NUM_CLOCKS) ?
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
1730
MAX_NUM_CLOCKS : dpm_table->count;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
2405
count = (dpm_table->count > MAX_NUM_CLOCKS) ? MAX_NUM_CLOCKS : dpm_table->count;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
2434
count = (dpm_table->count > MAX_NUM_CLOCKS) ? MAX_NUM_CLOCKS : dpm_table->count;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
2460
count = (dpm_table->count > MAX_NUM_CLOCKS) ? MAX_NUM_CLOCKS : dpm_table->count;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
2483
count = (dpm_table->count > MAX_NUM_CLOCKS) ? MAX_NUM_CLOCKS : dpm_table->count;
sys/dev/drm/amd/powerplay/inc/hardwaremanager.h
374
uint32_t clock[MAX_NUM_CLOCKS];