Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dserial_bcm63xx.h18 #define UART_CTL_STOPBITS_2 (0xf << UART_CTL_STOPBITS_SHIFT) macro
/openbmc/linux/drivers/tty/serial/
H A Dbcm63xx_uart.c507 ctl |= UART_CTL_STOPBITS_2; in bcm_uart_set_termios()