Searched defs:CH (Results 1 – 3 of 3) sorted by relevance
351 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() local395 OPL_CH *CH = &OPL->P_CH[slot/2]; in set_ksl_tl() local411 OPL_CH *CH = &OPL->P_CH[slot/2]; in set_ar_dr() local428 OPL_CH *CH = &OPL->P_CH[slot/2]; in set_sl_rr() local443 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 …]
92 #define ISR_TXRDY(CH) (((CH) & 1) ? BIT(4) : BIT(0)) argument93 #define ISR_RXRDY(CH) (((CH) & 1) ? BIT(5) : BIT(1)) argument94 #define ISR_BREAK(CH) (((CH) & 1) ? BIT(6) : BIT(2)) argument
246 #define CH(cpu) RH(cpu, R_ECX) macro