Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dpl041.h56 #define TXFEN (1 << 16) macro
H A Dpl041.c404 uint32_t txfen = (s->regs.txcr1 & TXFEN) > 0 ? 1 : 0; in pl041_write()