Home
last modified time | relevance | path

Searched refs:UART_CTL_BITSPERSYM_MASK (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_bcm6345.c30 #define UART_CTL_BITSPERSYM_MASK (0x3 << UART_CTL_BITSPERSYM_SHIFT) macro
130 UART_CTL_BITSPERSYM_MASK | in bcm6345_serial_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dserial_bcm63xx.h20 #define UART_CTL_BITSPERSYM_MASK (0x3 << UART_CTL_BITSPERSYM_SHIFT) macro
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dbcm63xx_uart.c517 ctl &= ~UART_CTL_BITSPERSYM_MASK; in bcm_uart_set_termios()