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()
849 OPL->P_CH[6].op1_out[0] = OPL->P_CH[6].op1_out[1] = 0; in OPLWriteReg()
888 CH = &OPL->P_CH[r&0x0f]; in OPLWriteReg()
930 CH = &OPL->P_CH[r&0x0f]; in OPLWriteReg()
941 CH = &OPL->P_CH[slot/2]; in OPLWriteReg()
994 S_CH = OPL->P_CH; in YM3812UpdateOne()
1057 OPL_CH *CH = &OPL->P_CH[c]; in OPLResetChip()
[all …]
H A Dfmopl.h70 OPL_CH *P_CH; /* pointer of CH */ member