Searched refs:UART_LCR_STB_15 (Results 1 – 2 of 2) sorted by relevance
85 #define UART_LCR_STB_15 (1<<2) macro
131 (stopbits==1?0:UART_LCR_STB_15) | in mtk_uart_init()