Searched refs:TXCOMPACT (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/audio/ | ||
H A D | pl041.h | 55 #define TXCOMPACT (1 << 15) macro |
H A D | pl041.c | 401 uint32_t compact_mode = (s->regs.txcr1 & TXCOMPACT) ? 1 : 0; in pl041_write() |