Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dserial_bcm63xx.h17 #define UART_CTL_STOPBITS_1 (0x7 << UART_CTL_STOPBITS_SHIFT) macro
/linux-5.19.10/drivers/tty/serial/
Dbcm63xx_uart.c536 ctl |= UART_CTL_STOPBITS_1; in bcm_uart_set_termios()