Symbol: Convert_ULONG_ToFraction
sys/dev/drm/amd/powerplay/hwmgr/ppatomctrl.c
698
fPowerDPMx = Convert_ULONG_ToFraction(le16_to_cpu(getASICProfilingInfo->usPowerDpm1));
sys/dev/drm/amd/powerplay/hwmgr/ppatomctrl.c
702
fPowerDPMx = Convert_ULONG_ToFraction(le16_to_cpu(getASICProfilingInfo->usPowerDpm2));
sys/dev/drm/amd/powerplay/hwmgr/ppatomctrl.c
706
fPowerDPMx = Convert_ULONG_ToFraction(le16_to_cpu(getASICProfilingInfo->usPowerDpm3));
sys/dev/drm/amd/powerplay/hwmgr/ppatomctrl.c
710
fPowerDPMx = Convert_ULONG_ToFraction(le16_to_cpu(getASICProfilingInfo->usPowerDpm4));
sys/dev/drm/amd/powerplay/hwmgr/ppatomctrl.c
714
fPowerDPMx = Convert_ULONG_ToFraction(le16_to_cpu(getASICProfilingInfo->usPowerDpm5));
sys/dev/drm/amd/powerplay/hwmgr/ppatomctrl.c
718
fPowerDPMx = Convert_ULONG_ToFraction(le16_to_cpu(getASICProfilingInfo->usPowerDpm6));
sys/dev/drm/amd/powerplay/hwmgr/ppatomctrl.c
722
fPowerDPMx = Convert_ULONG_ToFraction(le16_to_cpu(getASICProfilingInfo->usPowerDpm7));
sys/dev/drm/amd/powerplay/hwmgr/ppatomctrl.c
727
fPowerDPMx = Convert_ULONG_ToFraction(1);
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
176
fInt f_fuse_value = Convert_ULONG_ToFraction(fuse_value);
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
177
fInt f_bit_max_value = Convert_ULONG_ToFraction((uPow(2, bitlength)) - 1);
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
191
fInt f_fuse_value = Convert_ULONG_ToFraction(fuse_value);
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
192
fInt f_bit_max_value = Convert_ULONG_ToFraction((uPow(2, bitlength)) - 1);
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
210
fInt f_bit_max_value = Convert_ULONG_ToFraction((uPow(2, bitlength)) - 1);
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
212
fLeakage = fMultiply(ln_max_div_min, Convert_ULONG_ToFraction(leakageID_fuse));
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
54
static fInt Convert_ULONG_ToFraction(uint32_t); /* Use this to convert an uint32_t to a FINT */