Searched refs:Convert_ULONG_ToFraction (Results 1 – 2 of 2) sorted by relevance
54 static fInt Convert_ULONG_ToFraction(uint32_t); /* Use this to convert an uint32_t to a F…174 fInt f_fuse_value = Convert_ULONG_ToFraction(fuse_value); in fDecodeLinearFuse()175 fInt f_bit_max_value = Convert_ULONG_ToFraction((uPow(2, bitlength)) - 1); in fDecodeLinearFuse()189 fInt f_fuse_value = Convert_ULONG_ToFraction(fuse_value); in fDecodeLogisticFuse()190 fInt f_bit_max_value = Convert_ULONG_ToFraction((uPow(2, bitlength)) - 1); in fDecodeLogisticFuse()208 fInt f_bit_max_value = Convert_ULONG_ToFraction((uPow(2, bitlength)) - 1); in fDecodeLeakageID()210 fLeakage = fMultiply(ln_max_div_min, Convert_ULONG_ToFraction(leakageID_fuse)); in fDecodeLeakageID()236 static fInt Convert_ULONG_ToFraction(uint32_t X) in Convert_ULONG_ToFraction() function
697 fPowerDPMx = Convert_ULONG_ToFraction(le16_to_cpu(getASICProfilingInfo->usPowerDpm1)); in atomctrl_calculate_voltage_evv_on_sclk()701 fPowerDPMx = Convert_ULONG_ToFraction(le16_to_cpu(getASICProfilingInfo->usPowerDpm2)); in atomctrl_calculate_voltage_evv_on_sclk()705 fPowerDPMx = Convert_ULONG_ToFraction(le16_to_cpu(getASICProfilingInfo->usPowerDpm3)); in atomctrl_calculate_voltage_evv_on_sclk()709 fPowerDPMx = Convert_ULONG_ToFraction(le16_to_cpu(getASICProfilingInfo->usPowerDpm4)); in atomctrl_calculate_voltage_evv_on_sclk()713 fPowerDPMx = Convert_ULONG_ToFraction(le16_to_cpu(getASICProfilingInfo->usPowerDpm5)); in atomctrl_calculate_voltage_evv_on_sclk()717 fPowerDPMx = Convert_ULONG_ToFraction(le16_to_cpu(getASICProfilingInfo->usPowerDpm6)); in atomctrl_calculate_voltage_evv_on_sclk()721 fPowerDPMx = Convert_ULONG_ToFraction(le16_to_cpu(getASICProfilingInfo->usPowerDpm7)); in atomctrl_calculate_voltage_evv_on_sclk()726 fPowerDPMx = Convert_ULONG_ToFraction(1); in atomctrl_calculate_voltage_evv_on_sclk()