Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dfmopl.c381 OPL_CH *CH = &OPL->P_CH[slot/2]; in set_mul()
395 OPL_CH *CH = &OPL->P_CH[slot/2]; in set_ksl_tl()
411 OPL_CH *CH = &OPL->P_CH[slot/2]; in set_ar_dr()
428 OPL_CH *CH = &OPL->P_CH[slot/2]; in set_sl_rr()
764 OPL->P_CH[c].SLOT[SLOT1].wavetable = &SIN_TABLE[0]; in OPLWriteReg()
765 OPL->P_CH[c].SLOT[SLOT2].wavetable = &SIN_TABLE[0]; in OPLWriteReg()
849 OPL->P_CH[6].op1_out[0] = OPL->P_CH[6].op1_out[1] = 0; in OPLWriteReg()
850 OPL_KEYON(&OPL->P_CH[6].SLOT[SLOT1]); in OPLWriteReg()
851 OPL_KEYON(&OPL->P_CH[6].SLOT[SLOT2]); in OPLWriteReg()
855 OPL_KEYOFF(&OPL->P_CH[6].SLOT[SLOT1]); in OPLWriteReg()
[all …]
H A Dfmopl.h70 OPL_CH *P_CH; /* pointer of CH */ member