Searched refs:OPL (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/hw/audio/ |
H A D | fmopl.c | 255 if(OPL->status & OPL->statusmask) in OPL_STATUS_SET() 269 if (!(OPL->status & OPL->statusmask) ) in OPL_STATUS_RESET() 590 OPL->DR_TABLE[i] = OPL->DR_TABLE[60]; in init_timetables() 728 OPL->freqbase = (OPL->rate) ? ((double)OPL->clock / OPL->rate) / 72 : 0; in OPL_initialize() 730 OPL->TimerBase = 1.0/((double)OPL->clock / 72.0 ); in OPL_initialize() 739 …OPL->amsIncr = OPL->rate ? (double)AMS_ENT*(1<<AMS_SHIFT) / OPL->rate * 3.7 * ((double)OPL->clock/… in OPL_initialize() 740 …OPL->vibIncr = OPL->rate ? (double)VIB_ENT*(1<<VIB_SHIFT) / OPL->rate * 6.4 * ((double)OPL->clock/… in OPL_initialize() 1131 free(OPL); in OPLDestroy() 1160 OPLWriteReg(OPL,OPL->address,v); in OPLWrite() 1169 return OPL->status & (OPL->statusmask|0x80); in OPLRead() [all …]
|
H A D | fmopl.h | 94 void OPLDestroy(FM_OPL *OPL); 95 void OPLSetTimerHandler(FM_OPL *OPL, OPL_TIMERHANDLER TimerHandler, 98 int OPLWrite(FM_OPL *OPL,int a,int v); 99 unsigned char OPLRead(FM_OPL *OPL,int a); 100 int OPLTimerOver(FM_OPL *OPL,int c); 102 void YM3812UpdateOne(FM_OPL *OPL, int16_t *buffer, int length);
|
/openbmc/linux/Documentation/sound/cards/ |
H A D | cmipci.rst | 153 Mix analog PCM playback and FM-OPL/3 streams and 245 FM OPL/3 Synth 248 The FM OPL/3 is also enabled as default only for the first card. 251 The output quality of FM OPL/3 is, however, very weird.
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | OSET-PL-2.1 | 155 …terms of the OSET Public License, v.2.1 (“OSET-PL-2.1”). If a copy of the OPL was not distributed…
|
H A D | OPL-1.0 | 84 …u must (a) rename Your license so that the phrases ``Open'', ``OpenPL'', ``OPL'' or any confusingl…
|
/openbmc/linux/Documentation/sound/ |
H A D | alsa-configuration.rst | 155 port # for OPL chip 523 port address of OPL-3 FM synthesizer (8x38 only): 2109 FM OPL-3 Port #
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 2311 #define OPL(x,l) (OP (x) | ((((unsigned long)(l)) & 1) << 21)) macro 2312 #define OPL_MASK OPL (0x3f,1) 3833 {"cmplwi", OPL(10,0), OPL_MASK, PPCCOM, PPCVLE, {OBF, RA, UISIGNOPT}}, 3834 {"cmpldi", OPL(10,1), OPL_MASK, PPC64, PPCVLE, {OBF, RA, UISIGNOPT}}, 3838 {"cmpwi", OPL(11,0), OPL_MASK, PPCCOM, PPCVLE, {OBF, RA, SI}}, 3839 {"cmpdi", OPL(11,1), OPL_MASK, PPC64, PPCVLE, {OBF, RA, SI}},
|