Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dexynos4210_uart.c96 #define UFCON_FIFO_ENABLE 0x1 macro
291 if (s->reg[I_(UFCON)] & UFCON_FIFO_ENABLE) { in exynos4210_uart_update_irq()
503 if (s->reg[I_(UFCON)] & UFCON_FIFO_ENABLE) { in exynos4210_uart_read()
557 if (s->reg[I_(UFCON)] & UFCON_FIFO_ENABLE) { in exynos4210_uart_can_receive()
569 if (s->reg[I_(UFCON)] & UFCON_FIFO_ENABLE) { in exynos4210_uart_receive()