Convert_ULONG_ToFraction 697 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c fPowerDPMx = Convert_ULONG_ToFraction(le16_to_cpu(getASICProfilingInfo->usPowerDpm1)); Convert_ULONG_ToFraction 701 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c fPowerDPMx = Convert_ULONG_ToFraction(le16_to_cpu(getASICProfilingInfo->usPowerDpm2)); Convert_ULONG_ToFraction 705 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c fPowerDPMx = Convert_ULONG_ToFraction(le16_to_cpu(getASICProfilingInfo->usPowerDpm3)); Convert_ULONG_ToFraction 709 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c fPowerDPMx = Convert_ULONG_ToFraction(le16_to_cpu(getASICProfilingInfo->usPowerDpm4)); Convert_ULONG_ToFraction 713 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c fPowerDPMx = Convert_ULONG_ToFraction(le16_to_cpu(getASICProfilingInfo->usPowerDpm5)); Convert_ULONG_ToFraction 717 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c fPowerDPMx = Convert_ULONG_ToFraction(le16_to_cpu(getASICProfilingInfo->usPowerDpm6)); Convert_ULONG_ToFraction 721 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c fPowerDPMx = Convert_ULONG_ToFraction(le16_to_cpu(getASICProfilingInfo->usPowerDpm7)); Convert_ULONG_ToFraction 726 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c fPowerDPMx = Convert_ULONG_ToFraction(1); Convert_ULONG_ToFraction 54 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h static fInt Convert_ULONG_ToFraction(uint32_t); /* Use this to convert an uint32_t to a FINT */ Convert_ULONG_ToFraction 174 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h fInt f_fuse_value = Convert_ULONG_ToFraction(fuse_value); Convert_ULONG_ToFraction 175 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h fInt f_bit_max_value = Convert_ULONG_ToFraction((uPow(2, bitlength)) - 1); Convert_ULONG_ToFraction 189 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h fInt f_fuse_value = Convert_ULONG_ToFraction(fuse_value); Convert_ULONG_ToFraction 190 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h fInt f_bit_max_value = Convert_ULONG_ToFraction((uPow(2, bitlength)) - 1); Convert_ULONG_ToFraction 208 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h fInt f_bit_max_value = Convert_ULONG_ToFraction((uPow(2, bitlength)) - 1); Convert_ULONG_ToFraction 210 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h fLeakage = fMultiply(ln_max_div_min, Convert_ULONG_ToFraction(leakageID_fuse));