Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/amba/
Dserial.h179 #define UART011_RTIM BIT(6) /* receive timeout interrupt mask */ macro
/linux-6.12.1/drivers/tty/serial/
Damba-pl011.c1370 uap->im &= ~(UART011_RXIM | UART011_RTIM | UART011_FEIM | in pl011_stop_rx()
1734 pl011_write(UART011_RTIM | UART011_RXIM, uap, REG_IMSC); in pl011_hwinit()
1802 uap->im = UART011_RTIM; in pl011_enable_interrupts()
1816 uap->im = UART011_RTIM; in pl011_unthrottle_rx()