Home
last modified time | relevance | path

Searched defs:OPL (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/audio/
H A Dfmopl.c249 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()
[all …]
/openbmc/linux/arch/powerpc/xmon/
H A Dppc-opc.c2311 #define OPL(x,l) (OP (x) | ((((unsigned long)(l)) & 1) << 21)) macro