Symbol: NUM_LINK_LEVELS
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
1232
for (i = 0; i < NUM_LINK_LEVELS; i++) {
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
1254
pcie_table->count = NUM_LINK_LEVELS;
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
1493
while (i < NUM_LINK_LEVELS) {
sys/dev/drm/amd/powerplay/hwmgr/vega20_processpptables.c
397
for (i = 0; i < NUM_LINK_LEVELS; i++)
sys/dev/drm/amd/powerplay/hwmgr/vega20_processpptables.c
401
for (i = 0; i < NUM_LINK_LEVELS; i++)
sys/dev/drm/amd/powerplay/hwmgr/vega20_processpptables.c
405
for (i = 0; i < NUM_LINK_LEVELS; i++)
sys/dev/drm/amd/powerplay/inc/smu11_driver_if.h
449
uint8_t PcieGenSpeed[NUM_LINK_LEVELS];
sys/dev/drm/amd/powerplay/inc/smu11_driver_if.h
450
uint8_t PcieLaneCount[NUM_LINK_LEVELS];
sys/dev/drm/amd/powerplay/inc/smu11_driver_if.h
451
uint16_t LclkFreq[NUM_LINK_LEVELS];
sys/dev/drm/amd/powerplay/inc/smu11_driver_if.h
61
#define MAX_LINK_LEVEL (NUM_LINK_LEVELS - 1)
sys/dev/drm/amd/powerplay/inc/smu9_driver_if.h
236
uint8_t PcieGenSpeed[NUM_LINK_LEVELS]; /* 0:PciE-gen1 1:PciE-gen2 2:PciE-gen3 */
sys/dev/drm/amd/powerplay/inc/smu9_driver_if.h
237
uint8_t PcieLaneCount[NUM_LINK_LEVELS]; /* 1=x1, 2=x2, 3=x4, 4=x8, 5=x12, 6=x16 */
sys/dev/drm/amd/powerplay/inc/smu9_driver_if.h
238
uint8_t LclkDid[NUM_LINK_LEVELS]; /* Leave at 0 to use hardcoded values in FW */
sys/dev/drm/amd/powerplay/inc/smu9_driver_if.h
53
#define MAX_LINK_DPM_LEVEL (NUM_LINK_LEVELS - 1)
sys/dev/drm/amd/powerplay/inc/vega12/smu9_driver_if.h
340
uint8_t PcieGenSpeed[NUM_LINK_LEVELS];
sys/dev/drm/amd/powerplay/inc/vega12/smu9_driver_if.h
341
uint8_t PcieLaneCount[NUM_LINK_LEVELS];
sys/dev/drm/amd/powerplay/inc/vega12/smu9_driver_if.h
342
uint16_t LclkFreq[NUM_LINK_LEVELS];
sys/dev/drm/amd/powerplay/inc/vega12/smu9_driver_if.h
59
#define MAX_LINK_LEVEL (NUM_LINK_LEVELS - 1)