Home
last modified time | relevance | path

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

/qemu/hw/char/
H A Dexynos4210_uart.c49 #define UTRSTAT 0x0010 /* Tx/Rx Status */ macro
80 {"UTRSTAT", UTRSTAT, 0x00000006}, /* RO */
330 trace_exynos_uart_rx_timeout(s->channel, s->reg[I_(UTRSTAT)], in exynos4210_uart_timeout_int()
333 if ((s->reg[I_(UTRSTAT)] & UTRSTAT_Rx_BUFFER_DATA_READY) || in exynos4210_uart_timeout_int()
336 s->reg[I_(UTRSTAT)] |= UTRSTAT_Rx_TIMEOUT; in exynos4210_uart_timeout_int()
432 s->reg[I_(UTRSTAT)] &= ~(UTRSTAT_TRANSMITTER_EMPTY | in exynos4210_uart_write()
439 s->reg[I_(UTRSTAT)] |= UTRSTAT_TRANSMITTER_EMPTY | in exynos4210_uart_write()
452 case UTRSTAT: in exynos4210_uart_write()
454 s->reg[I_(UTRSTAT)] &= ~UTRSTAT_Rx_TIMEOUT; in exynos4210_uart_write()
519 s->reg[I_(UTRSTAT)] &= ~UTRSTAT_Rx_BUFFER_DATA_READY; in exynos4210_uart_read()
[all …]