Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dfmopl.c46 static int opl_dbg_maxchip,opl_dbg_chip; variable
1032 for(opl_dbg_chip=0;opl_dbg_chip<opl_dbg_maxchip;opl_dbg_chip++) in YM3812UpdateOne()
1103 opl_dbg_maxchip = 0; in OPLCreate()
1107 opl_dbg_opl[opl_dbg_maxchip] = OPL; in OPLCreate()
1108 fprintf(opl_dbg_fp,"%c%c%c%c%c%c",0x00+opl_dbg_maxchip, in OPLCreate()
1114 opl_dbg_maxchip++; in OPLCreate()
1155 for(opl_dbg_chip=0;opl_dbg_chip<opl_dbg_maxchip;opl_dbg_chip++) in OPLWrite()