f_range 79 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h static fInt fDecodeLinearFuse(uint32_t fuse_value, fInt f_min, fInt f_range, uint32_t bitlength); f_range 80 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h static fInt fDecodeLogisticFuse(uint32_t fuse_value, fInt f_average, fInt f_range, uint32_t bitlength); f_range 172 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h static fInt fDecodeLinearFuse(uint32_t fuse_value, fInt f_min, fInt f_range, uint32_t bitlength) f_range 180 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h f_decoded_value = fMultiply(f_decoded_value, f_range); f_range 187 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h static fInt fDecodeLogisticFuse(uint32_t fuse_value, fInt f_average, fInt f_range, uint32_t bitlength) f_range 199 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h f_decoded_value = fMultiply(f_decoded_value, fDivide(f_range, f_CONSTANT_NEG13));