Searched refs:UART_CTL_BITSPERSYM_SHIFT (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dserial_bcm63xx.h19 #define UART_CTL_BITSPERSYM_SHIFT 12 macro
20 #define UART_CTL_BITSPERSYM_MASK (0x3 << UART_CTL_BITSPERSYM_SHIFT)
/linux-master/drivers/tty/serial/
H A Dbcm63xx_uart.c488 ctl |= (0 << UART_CTL_BITSPERSYM_SHIFT);
491 ctl |= (1 << UART_CTL_BITSPERSYM_SHIFT);
494 ctl |= (2 << UART_CTL_BITSPERSYM_SHIFT);
497 ctl |= (3 << UART_CTL_BITSPERSYM_SHIFT);

Completed in 215 milliseconds