UARTn_IEN         129 drivers/tty/serial/efm32-uart.c 	u32 ien = efm32_uart_read32(efm_port,  UARTn_IEN);
UARTn_IEN         133 drivers/tty/serial/efm32-uart.c 	efm32_uart_write32(efm_port, ien, UARTn_IEN);
UARTn_IEN         175 drivers/tty/serial/efm32-uart.c 	ien = efm32_uart_read32(efm_port, UARTn_IEN);
UARTn_IEN         177 drivers/tty/serial/efm32-uart.c 			ien | UARTn_IF_TXBL | UARTn_IF_TXC, UARTn_IEN);
UARTn_IEN         317 drivers/tty/serial/efm32-uart.c 	efm32_uart_write32(efm_port, 0, UARTn_IEN);
UARTn_IEN         329 drivers/tty/serial/efm32-uart.c 				UARTn_IF_RXDATAV | UARTn_IF_RXOF, UARTn_IEN);
UARTn_IEN         341 drivers/tty/serial/efm32-uart.c 	efm32_uart_write32(efm_port, 0, UARTn_IEN);