Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dpl041.h55 #define TXCOMPACT (1 << 15) macro
H A Dpl041.c401 uint32_t compact_mode = (s->regs.txcr1 & TXCOMPACT) ? 1 : 0; in pl041_write()