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

/openbsd-current/sys/dev/fdt/
H A Des8316ac.c528 int nvol, shift, ch; local
541 nvol = mc->un.value.level[ch] >> shift;
543 nvol = mix->mask[ch] - nvol;
544 if (mix->maxval != 0 && nvol > mix->maxval)
545 nvol = mix->maxval;
548 val |= (nvol & mix->mask[ch]) << mix->shift[ch];
577 int nvol, shift, ch; local
590 nvol = (val >> mix->shift[ch]) & mix->mask[ch];
592 nvol
[all...]

Completed in 124 milliseconds