Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/audio/
H A Dasc.h27 #define ASC_FIFO_SIZE 0x400 macro
39 uint8_t fifo[ASC_FIFO_SIZE];
/openbmc/qemu/hw/audio/
H A Dasc.c559 VMSTATE_UINT8_ARRAY(fifo, ASCFIFOState, ASC_FIFO_SIZE),
604 name, ASC_FIFO_SIZE); in asc_fifo_init()
687 ASC_FIFO_OFFSET + ASC_FIFO_SIZE, in asc_init()
/openbmc/linux/drivers/tty/serial/
H A Dst-asc.c28 #define ASC_FIFO_SIZE 16 macro
689 port->fifosize = ASC_FIFO_SIZE; in asc_init_port()