POW10
#define UCLAMP_PERCENT_SCALE (100 * POW10(UCLAMP_PERCENT_SHIFT))
percent = div_u64_rem(percent, POW10(UCLAMP_PERCENT_SHIFT), &rem);