Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dstm32-usart.h98 #define USART_CR1_IE_MASK (GENMASK(8, 4) | BIT(14) | BIT(26) | BIT(27)) macro
H A Dstm32-usart.c1900 new_cr1 = old_cr1 & ~USART_CR1_IE_MASK; in stm32_usart_console_write()