Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/amba/
H A Dserial.h169 #define UART011_FEIM (1 << 7) /* framing error interrupt mask */ macro
/openbmc/linux/drivers/tty/serial/
H A Damba-pl011.c1392 uap->im &= ~(UART011_RXIM|UART011_RTIM|UART011_FEIM| in pl011_stop_rx()