Searched refs:OPL3_LEFT (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl3/
H A Dopl3_drums.c91 opl3_reg = OPL3_LEFT | (OPL3_REG_AM_VIB + op_offset);
95 opl3_reg = OPL3_LEFT | (OPL3_REG_KSL_LEVEL + op_offset);
99 opl3_reg = OPL3_LEFT | (OPL3_REG_ATTACK_DECAY + op_offset);
103 opl3_reg = OPL3_LEFT | (OPL3_REG_SUSTAIN_RELEASE + op_offset);
107 opl3_reg = OPL3_LEFT | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset);
111 opl3_reg = OPL3_LEFT | (OPL3_REG_WAVE_SELECT + op_offset);
125 opl3_reg = OPL3_LEFT | (OPL3_REG_FNUM_LOW + voice_offset);
129 opl3_reg = OPL3_LEFT | (OPL3_REG_KEYON_BLOCK + voice_offset);
148 opl3_reg = OPL3_LEFT | (OPL3_REG_KSL_LEVEL + op_offset);
158 opl3_reg = OPL3_LEFT | (OPL3_REG_FEEDBACK_CONNECTIO
[all...]
H A Dopl3_lib.c104 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, OPL3_TIMER1_MASK | OPL3_TIMER2_MASK);
106 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, OPL3_IRQ_RESET);
113 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER1, 0xff);
115 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, OPL3_TIMER2_MASK | OPL3_TIMER1_START);
121 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, OPL3_TIMER1_MASK | OPL3_TIMER2_MASK);
123 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, OPL3_IRQ_RESET);
168 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER1, 256 - ticks); /* timer 1 count */
169 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, tmp); /* enable timer 1 IRQ */
184 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, tmp); /* disable timer #1 */
205 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER
[all...]
H A Dopl3_synth.c209 reg_side = OPL3_LEFT;
228 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TEST, OPL3_ENABLE_WAVE_SELECT);
229 opl3->command(opl3, OPL3_LEFT | OPL3_REG_PERCUSSION, 0x00); /* Melodic mode */
252 reg_side = OPL3_LEFT;
303 reg_side = OPL3_LEFT;
392 opl3->command(opl3, OPL3_LEFT | OPL3_REG_KBD_SPLIT, reg_val);
420 opl3->command(opl3, OPL3_LEFT | OPL3_REG_PERCUSSION, reg_val);
H A Dopl3_midi.c394 reg_side = OPL3_LEFT;
632 reg_side = OPL3_LEFT;
755 reg_side = OPL3_LEFT;
830 opl3->command(opl3, OPL3_LEFT | OPL3_REG_PERCUSSION,
838 opl3->command(opl3, OPL3_LEFT | OPL3_REG_PERCUSSION,
H A Dopl3_seq.c113 opl3->command(opl3, OPL3_LEFT | OPL3_REG_PERCUSSION, opl3->drum_reg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dopl3.h223 #define OPL3_LEFT 0x0000 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsb.h10 #define OPL3_LEFT (devc->base + 0x0) macro

Completed in 57 milliseconds