Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dserial_bcm6345.c22 #define UART_CTL_RSTRXFIFO_MASK (1 << UART_CTL_RSTRXFIFO_SHIFT) macro
107 setbits_32(base + UART_CTL_REG, UART_CTL_RSTRXFIFO_MASK | in bcm6345_serial_flush()
214 setbits_32(priv->base + UART_CTL_REG, UART_CTL_RSTRXFIFO_MASK); in bcm6345_serial_getc()
/openbmc/linux/include/linux/
H A Dserial_bcm63xx.h12 #define UART_CTL_RSTRXFIFO_MASK (1 << UART_CTL_RSTRXFIFO_SHIFT) macro
/openbmc/linux/drivers/tty/serial/
H A Dbcm63xx_uart.c250 val |= UART_CTL_RSTRXFIFO_MASK; in bcm_uart_do_rx()
394 val |= UART_CTL_RSTRXFIFO_MASK | UART_CTL_RSTTXFIFO_MASK; in bcm_uart_flush()