Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Defm32-uart.c90 static void efm32_uart_write32(struct efm32_uart_port *efm_port, in efm32_uart_write32() function
129 efm32_uart_write32(efm_port, UARTn_CMD_TXDIS, UARTn_CMD); in efm32_uart_stop_tx()
131 efm32_uart_write32(efm_port, ien, UARTn_IEN); in efm32_uart_stop_tx()
143 efm32_uart_write32(efm_port, port->x_char, in efm32_uart_tx_chars()
150 efm32_uart_write32(efm_port, xmit->buf[xmit->tail], in efm32_uart_tx_chars()
171 efm32_uart_write32(efm_port, in efm32_uart_start_tx()
174 efm32_uart_write32(efm_port, in efm32_uart_start_tx()
176 efm32_uart_write32(efm_port, UARTn_CMD_TXEN, UARTn_CMD); in efm32_uart_start_tx()
185 efm32_uart_write32(efm_port, UARTn_CMD_RXDIS, UARTn_CMD); in efm32_uart_stop_rx()
252 efm32_uart_write32(efm_port, UARTn_IF_RXDATAV, UARTn_IFC); in efm32_uart_rxirq()
[all …]