Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dvia-ac97.c22 #define CLEN_IS_STOP(x) ((x)->clen & BIT(29)) macro
167 trace_via_ac97_sgd_fetch(c->curr, c->addr, CLEN_IS_STOP(c) ? 'S' : '-', in fetch_sgd()
224 if (CLEN_IS_STOP(c)) { in out_cb()