Searched refs:nduty (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/macppc/dev/
H A Dfcu.c456 int nduty = f->duty; local
464 nduty = uimax(20, nduty - 1);
467 nduty = uimin(0xd0, nduty + 1);
470 DPRINTF("%s nduty %d", __func__, nduty);
471 if (nduty != f->duty) {
472 uint8_t arg = nduty;
477 f->duty = nduty;
[all...]

Completed in 177 milliseconds