Searched refs:OPL (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/hw/audio/ |
H A D | fmopl.c | 249 static inline void OPL_STATUS_SET(FM_OPL *OPL,int flag) in OPL_STATUS_SET() argument 252 OPL->status |= flag; in OPL_STATUS_SET() 253 if(!(OPL->status & 0x80)) in OPL_STATUS_SET() 255 if(OPL->status & OPL->statusmask) in OPL_STATUS_SET() 257 OPL->status |= 0x80; in OPL_STATUS_SET() 263 static inline void OPL_STATUS_RESET(FM_OPL *OPL,int flag) in OPL_STATUS_RESET() argument 266 OPL->status &=~flag; in OPL_STATUS_RESET() 267 if((OPL->status & 0x80)) in OPL_STATUS_RESET() 269 if (!(OPL->status & OPL->statusmask) ) in OPL_STATUS_RESET() 271 OPL->status &= 0x7f; in OPL_STATUS_RESET() [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/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/ |
H A D | arm-systemready-linux-distros-debian.bb | 19 …rtising & Beerware & Intel & X11 & ISC & IPL-1.0 & SSH-OpenSSH & SSH-short & RSA-MD & OPL-1.0 & PD" 97 file://${COMMON_LICENSE_DIR}/OPL-1.0;md5=acdf1e4398bd93dc137e271c50316324 \
|
/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}},
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |