Home
last modified time | relevance | path

Searched refs:Convert_ULONG_ToFraction (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dppevvmath.h60 static fInt Convert_ULONG_ToFraction(uint32_t); /* Use this to convert an uint32_t to a F…
180 fInt f_fuse_value = Convert_ULONG_ToFraction(fuse_value); in fDecodeLinearFuse()
181 fInt f_bit_max_value = Convert_ULONG_ToFraction((uPow(2, bitlength)) - 1); in fDecodeLinearFuse()
195 fInt f_fuse_value = Convert_ULONG_ToFraction(fuse_value); in fDecodeLogisticFuse()
196 fInt f_bit_max_value = Convert_ULONG_ToFraction((uPow(2, bitlength)) - 1); in fDecodeLogisticFuse()
214 fInt f_bit_max_value = Convert_ULONG_ToFraction((uPow(2, bitlength)) - 1); in fDecodeLeakageID()
216 fLeakage = fMultiply(ln_max_div_min, Convert_ULONG_ToFraction(leakageID_fuse)); in fDecodeLeakageID()
242 static fInt Convert_ULONG_ToFraction(uint32_t X) in Convert_ULONG_ToFraction() function

Completed in 4 milliseconds