Searched refs:opl (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/audio/ |
H A D | adlib.c | 75 FM_OPL *opl; member 81 OPLTimerOver (s->opl, n); in adlib_stop_opl_timer() 118 OPLWrite (s->opl, a, val); in adlib_write() 127 return OPLRead (s->opl, a); in adlib_read() 216 YM3812UpdateOne (s->opl, s->mixbuf + s->pos, samples); in adlib_callback() 234 if (s->opl) { in Adlib_fini() 235 OPLDestroy (s->opl); in Adlib_fini() 236 s->opl = NULL; in Adlib_fini() 262 s->opl = OPLCreate (3579545, s->freq); in adlib_realizefn() 263 if (!s->opl) { in adlib_realizefn() [all …]
|
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 838 int32_t bh, int bhconst, int opl, int oph) 847 tcg_out_arithc(s, tmp, al, bl, blconst, opl);
|