On 6/16/20 12:51 AM, Philippe Mathieu-Daudé wrote: > - reload = muldiv64(s->regs[WDT_RELOAD_VALUE], NANOSECONDS_PER_SECOND, > + reload = muldiv64(s->regs[WDT_RELOAD_VALUE], > + NANOSECONDS_PER_SECOND / SCALE_US, > s->pclk_freq);
Similarly, I would prefer MICROSECONDS_PER_SECOND. Though again, I don't see what we gain from changing units. r~