Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/include/debug/
Defm32.S10 #define UARTn_CMD 0x000c macro
28 str \tmp, [\rx, #UARTn_CMD]
/linux-4.1.27/drivers/tty/serial/
Defm32-uart.c37 #define UARTn_CMD 0x0c macro
129 efm32_uart_write32(efm_port, UARTn_CMD_TXDIS, UARTn_CMD); in efm32_uart_stop_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()
328 efm32_uart_write32(efm_port, UARTn_CMD_RXEN, UARTn_CMD); in efm32_uart_startup()
399 UARTn_CMD_TXDIS | UARTn_CMD_RXDIS, UARTn_CMD); in efm32_uart_set_termios()
422 UARTn_CMD); in efm32_uart_set_termios()
536 efm32_uart_write32(efm_port, UARTn_CMD_TXEN, UARTn_CMD); in efm32_uart_console_write()
551 efm32_uart_write32(efm_port, UARTn_CMD_TXDIS, UARTn_CMD); in efm32_uart_console_write()