Searched refs:efm32_uart_write32 (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/ |
D | efm32-uart.c | 88 static void efm32_uart_write32(struct efm32_uart_port *efm_port, in efm32_uart_write32() function 127 efm32_uart_write32(efm_port, UARTn_CMD_TXDIS, UARTn_CMD); in efm32_uart_stop_tx() 129 efm32_uart_write32(efm_port, ien, UARTn_IEN); in efm32_uart_stop_tx() 141 efm32_uart_write32(efm_port, port->x_char, in efm32_uart_tx_chars() 148 efm32_uart_write32(efm_port, xmit->buf[xmit->tail], in efm32_uart_tx_chars() 169 efm32_uart_write32(efm_port, in efm32_uart_start_tx() 172 efm32_uart_write32(efm_port, in efm32_uart_start_tx() 174 efm32_uart_write32(efm_port, UARTn_CMD_TXEN, UARTn_CMD); in efm32_uart_start_tx() 183 efm32_uart_write32(efm_port, UARTn_CMD_RXDIS, UARTn_CMD); in efm32_uart_stop_rx() 250 efm32_uart_write32(efm_port, UARTn_IF_RXDATAV, UARTn_IFC); in efm32_uart_rxirq() [all …]
|