Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dserial_bcm6345.c24 #define UART_CTL_RSTTXFIFO_MASK (1 << UART_CTL_RSTTXFIFO_SHIFT) macro
108 UART_CTL_RSTTXFIFO_MASK); in bcm6345_serial_flush()
/openbmc/linux/include/linux/
H A Dserial_bcm63xx.h14 #define UART_CTL_RSTTXFIFO_MASK (1 << UART_CTL_RSTTXFIFO_SHIFT) macro
/openbmc/linux/drivers/tty/serial/
H A Dbcm63xx_uart.c394 val |= UART_CTL_RSTRXFIFO_MASK | UART_CTL_RSTTXFIFO_MASK; in bcm_uart_flush()