limitable         352 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		ATOM_Tonga_Hard_Limit_Table const *limitable
limitable         355 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 	PP_ASSERT_WITH_CODE((0 != limitable->ucNumEntries), "Invalid PowerPlay Table!", return -1);
limitable         358 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 	limits->sclk = le32_to_cpu(limitable->entries[0].ulSCLKLimit);
limitable         359 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 	limits->mclk = le32_to_cpu(limitable->entries[0].ulMCLKLimit);
limitable         360 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 	limits->vddc = le16_to_cpu(limitable->entries[0].usVddcLimit);
limitable         361 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 	limits->vddci = le16_to_cpu(limitable->entries[0].usVddciLimit);
limitable         362 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 	limits->vddgfx = le16_to_cpu(limitable->entries[0].usVddgfxLimit);