Searched defs:tx_fifo_level (Results 1 – 3 of 3) sorted by relevance
143 uint8_t tx_fifo_level = (s->uart_fifo_ctrl & R_FIFO_CTRL_TXILVL_MASK) in ibex_uart_xmit() local202 uint8_t tx_fifo_level = (s->uart_fifo_ctrl & R_FIFO_CTRL_TXILVL_MASK) in uart_write_tx_fifo() local
85 unsigned tx_fifo_level; member
210 static unsigned int tx_fifo_level(const struct lantiq_ssc_spi *spi) in tx_fifo_level() function