Lines Matching defs:OPL
249 static inline void OPL_STATUS_SET(FM_OPL *OPL,int flag) in OPL_STATUS_SET()
263 static inline void OPL_STATUS_RESET(FM_OPL *OPL,int flag) in OPL_STATUS_RESET()
277 static inline void OPL_STATUSMASK_SET(FM_OPL *OPL,int flag) in OPL_STATUSMASK_SET()
379 static inline void set_mul(FM_OPL *OPL,int slot,int v) in set_mul()
393 static inline void set_ksl_tl(FM_OPL *OPL,int slot,int v) in set_ksl_tl()
409 static inline void set_ar_dr(FM_OPL *OPL,int slot,int v) in set_ar_dr()
426 static inline void set_sl_rr(FM_OPL *OPL,int slot,int v) in set_sl_rr()
572 static void init_timetables( FM_OPL *OPL , int ARRATE , int DRRATE ) in init_timetables()
723 static void OPL_initialize(FM_OPL *OPL) in OPL_initialize()
744 static void OPLWriteReg(FM_OPL *OPL, int r, int v) in OPLWriteReg()
981 void YM3812UpdateOne(FM_OPL *OPL, int16_t *buffer, int length) in YM3812UpdateOne()
1040 static void OPLResetChip(FM_OPL *OPL) in OPLResetChip()
1076 FM_OPL *OPL; in OPLCreate() local
1121 void OPLDestroy(FM_OPL *OPL) in OPLDestroy()
1136 void OPLSetTimerHandler(FM_OPL *OPL, OPL_TIMERHANDLER TimerHandler, in OPLSetTimerHandler()
1144 int OPLWrite(FM_OPL *OPL,int a,int v) in OPLWrite()
1165 unsigned char OPLRead(FM_OPL *OPL,int a) in OPLRead()
1188 int OPLTimerOver(FM_OPL *OPL,int c) in OPLTimerOver()