Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dpl041.c71 uint8_t tx_compact_mode; member
176 if (channel->tx_compact_mode == 0) { in pl041_fifo1_write()
411 channel->tx_compact_mode = compact_mode; in pl041_write()
429 DBG_L1("TX compact mode = %i\n", channel->tx_compact_mode); in pl041_write()
433 if (channel->tx_compact_mode == 1) { in pl041_write()
436 channel->tx_compact_mode = 0; in pl041_write()
601 VMSTATE_UINT8(tx_compact_mode, pl041_channel),