Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Defm32-uart.c92 static void efm32_uart_write32(struct efm32_uart_port *efm_port, in efm32_uart_write32() function
131 efm32_uart_write32(efm_port, UARTn_CMD_TXDIS, UARTn_CMD); in efm32_uart_stop_tx()
133 efm32_uart_write32(efm_port, ien, UARTn_IEN); in efm32_uart_stop_tx()
145 efm32_uart_write32(efm_port, port->x_char, in efm32_uart_tx_chars()
152 efm32_uart_write32(efm_port, xmit->buf[xmit->tail], in efm32_uart_tx_chars()
173 efm32_uart_write32(efm_port, in efm32_uart_start_tx()
176 efm32_uart_write32(efm_port, in efm32_uart_start_tx()
178 efm32_uart_write32(efm_port, UARTn_CMD_TXEN, UARTn_CMD); in efm32_uart_start_tx()
187 efm32_uart_write32(efm_port, UARTn_CMD_RXDIS, UARTn_CMD); in efm32_uart_stop_rx()
254 efm32_uart_write32(efm_port, UARTn_IF_RXDATAV, UARTn_IFC); in efm32_uart_rxirq()
[all …]