Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Des1370.c159 #define NB_CHANNELS 3 macro
263 struct chan chan[NB_CHANNELS];
328 for (i = 0; i < NB_CHANNELS; ++i) { in es1370_reset()
390 for (i = 0; i < NB_CHANNELS; ++i) { in es1370_update_voices()
784 for (i = 0; i < NB_CHANNELS; ++i) { in es1370_post_load()
813 VMSTATE_STRUCT_ARRAY (chan, ES1370State, NB_CHANNELS, 2,