Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Ddigicolor-usart.c64 #define UA_INT_ENABLE 0x1e macro
101 u8 int_enable = readb_relaxed(port->membase + UA_INT_ENABLE); in digicolor_uart_stop_tx()
104 writeb_relaxed(int_enable, port->membase + UA_INT_ENABLE); in digicolor_uart_stop_tx()
109 u8 int_enable = readb_relaxed(port->membase + UA_INT_ENABLE); in digicolor_uart_start_tx()
112 writeb_relaxed(int_enable, port->membase + UA_INT_ENABLE); in digicolor_uart_start_tx()
117 u8 int_enable = readb_relaxed(port->membase + UA_INT_ENABLE); in digicolor_uart_stop_rx()
120 writeb_relaxed(int_enable, port->membase + UA_INT_ENABLE); in digicolor_uart_stop_rx()
276 port->membase + UA_INT_ENABLE); in digicolor_uart_startup()