pcie_entry_count  693 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	uint8_t pcie_entry_count = (uint8_t) data->dpm_table.pcie_speed_table.count;
pcie_entry_count  736 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 		PP_ASSERT_WITH_CODE((pcie_entry_count >= 1),
pcie_entry_count  739 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 		max_entry = pcie_entry_count - 1; /* for indexing, we need to decrement by 1.*/