Home
last modified time | relevance | path

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

/qemu/hw/audio/
H A Dvia-ac97.c175 ViaAC97SGDChannel *c = &s->aur; in out_cb()
238 .nchannels = s->aur.type & BIT(4) ? 2 : 1, in open_voice_out()
239 .fmt = s->aur.type & BIT(5) ? AUDIO_FORMAT_S16 : AUDIO_FORMAT_S8, in open_voice_out()
252 val = s->aur.stat; in sgd_read()
253 if (s->aur.type & CNTL_START) { in sgd_read()
258 val = s->aur.stat & STAT_PAUSED ? BIT(3) : 0; in sgd_read()
261 val = s->aur.type; in sgd_read()
264 val = s->aur.curr; in sgd_read()
267 val = CLEN_LEN(&s->aur); in sgd_read()
276 val = s->aur.stat & STAT_FLAG; in sgd_read()
[all …]
/qemu/include/hw/isa/
H A Dvt82c686.h32 ViaAC97SGDChannel aur; member