Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/amba/
Dserial.h107 #define UART011_CR_RTS 0x0800 /* RTS */ macro
/Linux-v6.6/drivers/tty/serial/
Damba-pl011.c1316 cr &= ~UART011_CR_RTS; in pl011_rs485_tx_stop()
1318 cr |= UART011_CR_RTS; in pl011_rs485_tx_stop()
1452 cr &= ~UART011_CR_RTS; in pl011_rs485_tx_start()
1454 cr |= UART011_CR_RTS; in pl011_rs485_tx_start()
1638 TIOCMBIT(TIOCM_RTS, UART011_CR_RTS); in pl011_set_mctrl()
1867 cr &= UART011_CR_RTS | UART011_CR_DTR; in pl011_startup()
1938 cr &= UART011_CR_RTS | UART011_CR_DTR; in pl011_disable_uart()
2130 if (old_cr & UART011_CR_RTS) in pl011_set_termios()