LP3944_PERIOD_MAX
if (period > LP3944_PERIOD_MAX)
psc_value = (period * 255) / LP3944_PERIOD_MAX;
if (*delay_on + *delay_off > LP3944_PERIOD_MAX)