Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dvia-ac97.c34 #define CNTL_PAUSE BIT(3) macro
328 if (val & CNTL_PAUSE) { in sgd_write()
332 } else if (!(val & CNTL_PAUSE) && (s->aur.stat & STAT_PAUSED)) { in sgd_write()