Home
last modified time | relevance | path

Searched defs:CH (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/audio/
H A Dfmopl.c351 static void set_algorithm( OPL_CH *CH) in set_algorithm()
359 static inline void CALC_FCSLOT(OPL_CH *CH,OPL_SLOT *SLOT) in CALC_FCSLOT()
381 OPL_CH *CH = &OPL->P_CH[slot/2]; in set_mul() local
395 OPL_CH *CH = &OPL->P_CH[slot/2]; in set_ksl_tl() local
411 OPL_CH *CH = &OPL->P_CH[slot/2]; in set_ar_dr() local
428 OPL_CH *CH = &OPL->P_CH[slot/2]; in set_sl_rr() local
443 static inline void OPL_CALC_CH( OPL_CH *CH ) in OPL_CALC_CH()
488 static inline void OPL_CALC_RH( OPL_CH *CH ) in OPL_CALC_RH()
706 static inline void CSMKeyControll(OPL_CH *CH) in CSMKeyControll()
746 OPL_CH *CH; in OPLWriteReg() local
[all …]
/qemu/hw/char/
H A Dipoctal232.c92 #define ISR_TXRDY(CH) (((CH) & 1) ? BIT(4) : BIT(0)) argument
93 #define ISR_RXRDY(CH) (((CH) & 1) ? BIT(5) : BIT(1)) argument
94 #define ISR_BREAK(CH) (((CH) & 1) ? BIT(6) : BIT(2)) argument
/qemu/target/i386/emulate/
H A Dx86.h246 #define CH(cpu) RH(cpu, R_ECX) macro