Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dbcm63xx_uart.c41 #define UART_RX_INT_MASK (UART_IR_MASK(UART_IR_RXOVER) | \ macro
180 val &= ~UART_RX_INT_MASK; in bcm_uart_stop_rx()
445 bcm_uart_writel(port, UART_RX_INT_MASK, UART_IR_REG); in bcm_uart_startup()