Home
last modified time | relevance | path

Searched defs:tx_fifo_level (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/char/
H A Dibex_uart.c143 uint8_t tx_fifo_level = (s->uart_fifo_ctrl & R_FIFO_CTRL_TXILVL_MASK) in ibex_uart_xmit() local
202 uint8_t tx_fifo_level = (s->uart_fifo_ctrl & R_FIFO_CTRL_TXILVL_MASK) in uart_write_tx_fifo() local
/openbmc/linux/sound/soc/xtensa/
H A Dxtfpga-i2s.c85 unsigned tx_fifo_level; member
/openbmc/linux/drivers/spi/
H A Dspi-lantiq-ssc.c210 static unsigned int tx_fifo_level(const struct lantiq_ssc_spi *spi) in tx_fifo_level() function