Home
last modified time | relevance | path

Searched refs:OPL_SLOT (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/audio/
H A Dfmopl.c215 static OPL_SLOT *SLOT7_1, *SLOT7_2, *SLOT8_1, *SLOT8_2;
286 static inline void OPL_KEYON(OPL_SLOT *SLOT) in OPL_KEYON()
297 static inline void OPL_KEYOFF(OPL_SLOT *SLOT) in OPL_KEYOFF()
313 static inline uint32_t OPL_CALC_SLOT( OPL_SLOT *SLOT ) in OPL_CALC_SLOT()
359 static inline void CALC_FCSLOT(OPL_CH *CH,OPL_SLOT *SLOT) in CALC_FCSLOT()
382 OPL_SLOT *SLOT = &CH->SLOT[slot&1]; in set_mul()
396 OPL_SLOT *SLOT = &CH->SLOT[slot&1]; in set_ksl_tl()
412 OPL_SLOT *SLOT = &CH->SLOT[slot&1]; in set_ar_dr()
429 OPL_SLOT *SLOT = &CH->SLOT[slot&1]; in set_sl_rr()
446 OPL_SLOT *SLOT; in OPL_CALC_CH()
[all …]
H A Dfmopl.h38 }OPL_SLOT; typedef
42 OPL_SLOT SLOT[2];