Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
UART_MCTL_RTS_MASK
drivers/tty/serial/bcm63xx_uart.c
104
val &= ~(UART_MCTL_DTR_MASK | UART_MCTL_RTS_MASK);
drivers/tty/serial/bcm63xx_uart.c
109
val |= UART_MCTL_RTS_MASK;