Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dstm32-usart.h59 #define USART_SR_WUF BIT(20) /* H7 */ macro
H A Dstm32-usart.c878 if ((sr & USART_SR_WUF) && ofs->icr != UNDEF_REG) { in stm32_usart_interrupt()