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

/netbsd-current/sys/dev/
H A Dmidisyn.c534 int8_t semis, cents; local
536 semis = w>>7;
539 * Mathematically, multiply semis by
543 * just take semis*bendraw<<1. Do the same with cents
547 ( ms->chnstate[chan].bendraw * semis ) << 1;

Completed in 167 milliseconds