Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Doplvar.h39 const struct opl_operators *patch;
82 struct opl_operators { struct
97 extern const struct opl_operators opl2_instrs[]; argument
98 extern const struct opl_operators opl3_instrs[];
H A Doplinstrs.c26 const struct opl_operators opl3_instrs[OPL_NINSTR] = {
328 const struct opl_operators opl2_instrs[OPL_NINSTR] = {
H A Dopl.c323 const struct opl_operators *p = sc->voices[v].patch; in opl_load_patch()
514 const struct opl_operators *p; in oplsyn_setv()