Lines Matching defs:nduty
509 int nduty = f->duty;517 nduty = uimax(20, nduty - 1);520 nduty = uimin(0xd0, nduty + 1);523 DPRINTF("%s nduty %d", __func__, nduty);524 if (nduty != f->duty) {525 uint8_t arg = nduty;530 f->duty = nduty;
Indexes created Thu Oct 02 10:09:58 GMT 2025