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

/netbsd-current/sys/arch/x68k/dev/
H A Dopmbellvar.h5 struct opm_voice bell_voice = DEFAULT_BELL_VOICE;
H A Dopm.c57 struct opm_voice sc_vdata[8];
119 void opm_set_voice(int, struct opm_voice *);
178 opm_set_voice(int channel, struct opm_voice *voice)
180 memcpy(&opm0->sc_vdata[channel], voice, sizeof(struct opm_voice));
H A Dopmbell.c73 void opm_set_voice(int, struct opm_voice *);
93 static struct opm_voice vtab[NBELL];
95 static struct opm_voice bell_voice = DEFAULT_BELL_VOICE;
227 memcpy(addr, &vtab[unit], sizeof(struct opm_voice));
237 memcpy(&vtab[unit], addr, sizeof(struct opm_voice));
/netbsd-current/sys/arch/x68k/usr.bin/bellctrl/
H A Dsample_fm.c12 struct opm_voice bell_voice = {
H A Dbellctrl.c29 static struct opm_voice voice;
31 static struct opm_voice bell_voice = DEFAULT_BELL_VOICE;
/netbsd-current/sys/arch/x68k/include/
H A Dopmbellio.h83 /* Initial Voice Parameter; struct opm_voice */
102 #define BELLIOCSVOICE _IOW('B', 0x3, struct opm_voice)
103 #define BELLIOCGVOICE _IOR('B', 0x4, struct opm_voice)
H A Dopmreg.h54 struct opm_voice { struct

Completed in 102 milliseconds