HomeSort by: relevance | last modified time | path
    Searched refs:opm_voice (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/x68k/dev/
opmbellvar.h 5 struct opm_voice bell_voice = DEFAULT_BELL_VOICE;
opm.c 57 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));
opmbell.c 73 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));
  /src/sys/arch/x68k/usr.bin/bellctrl/
sample_fm.c 12 struct opm_voice bell_voice = {
bellctrl.c 29 static struct opm_voice voice;
31 static struct opm_voice bell_voice = DEFAULT_BELL_VOICE;
  /src/sys/arch/x68k/include/
opmbellio.h 83 /* Initial Voice Parameter; struct opm_voice */
102 #define BELLIOCSVOICE _IOW('B', 0x3, struct opm_voice)
103 #define BELLIOCGVOICE _IOR('B', 0x4, struct opm_voice)
opmreg.h 54 struct opm_voice { struct

Completed in 14 milliseconds