Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/char/
H A Dshakti_uart.h42 #define SHAKTI_UART_STATUS_TX_FULL (1 << 1) macro
/openbmc/qemu/hw/char/
H A Dshakti_uart.c77 s->uart_status &= ~SHAKTI_UART_STATUS_TX_FULL; in shakti_uart_write()