bitlength 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); bitlength 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); bitlength 81 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h static fInt fDecodeLeakageID (uint32_t leakageID_fuse, fInt ln_max_div_min, fInt f_min, uint32_t bitlength); bitlength 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) bitlength 175 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h fInt f_bit_max_value = Convert_ULONG_ToFraction((uPow(2, bitlength)) - 1); bitlength 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) bitlength 190 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h fInt f_bit_max_value = Convert_ULONG_ToFraction((uPow(2, bitlength)) - 1); bitlength 205 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h static fInt fDecodeLeakageID (uint32_t leakageID_fuse, fInt ln_max_div_min, fInt f_min, uint32_t bitlength) bitlength 208 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h fInt f_bit_max_value = Convert_ULONG_ToFraction((uPow(2, bitlength)) - 1);