Searched refs:UART_LCR_WLS_8 (Results 1 – 2 of 2) sorted by relevance
68 mov w1, #(UART_LCR_DLAB | UART_LCR_WLS_8)79 mov w1, #UART_LCR_WLS_8
27 #define UART_LCR_WLS_8 0x03 /* 8 bit character length */ macro