Home
last modified time | relevance | path

Searched refs:CH (Results 1 – 5 of 5) sorted by relevance

/qemu/hw/audio/
H A Dfmopl.c351 static void set_algorithm( OPL_CH *CH) in set_algorithm() argument
354 CH->connect1 = CH->CON ? carrier : &feedback2; in set_algorithm()
355 CH->connect2 = carrier; in set_algorithm()
359 static inline void CALC_FCSLOT(OPL_CH *CH,OPL_SLOT *SLOT) in CALC_FCSLOT() argument
364 SLOT->Incr = CH->fc * SLOT->mul; in CALC_FCSLOT()
365 ksr = CH->kcode >> SLOT->KSR; in CALC_FCSLOT()
375 SLOT->TLL = SLOT->TL + (CH->ksl_base>>SLOT->ksl); in CALC_FCSLOT()
381 OPL_CH *CH = &OPL->P_CH[slot/2]; in set_mul() local
382 OPL_SLOT *SLOT = &CH->SLOT[slot&1]; in set_mul()
389 CALC_FCSLOT(CH,SLOT); in set_mul()
[all …]
/qemu/docs/system/
H A Dtarget-rx.rst13 - 8Bit Timer x 1CH (TMR0,1)
14 - Compare Match Timer x 2CH (CMT0,1)
15 - Serial Communication Interface x 1CH (SCI0)
/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
/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc192 C(0x4900, CH, RX_a, Z, r1_o, m2_16s, 0, 0, 0, cmps32)