Home
last modified time | relevance | path

Searched refs:sc_vdata (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/x68k/dev/
H A Dopm.c57 struct opm_voice sc_vdata[8]; member
168 writeopm(0x08, opm0->sc_vdata[channel].sm << 3 | channel); in opm_key_on()
180 memcpy(&opm0->sc_vdata[channel], voice, sizeof(struct opm_voice)); in opm_set_voice()
217 switch (opm0->sc_vdata[channel].con) { in opm_set_volume()
219 value = opm0->sc_vdata[channel].m1.tl + volume; in opm_set_volume()
223 value = opm0->sc_vdata[channel].m2.tl + volume; in opm_set_volume()
226 value = opm0->sc_vdata[channel].c1.tl + volume; in opm_set_volume()
232 value = opm0->sc_vdata[channel].c2.tl + volume; in opm_set_volume()