Searched refs:UART_PARITY_ODD (Results 1 – 7 of 7) sorted by relevance
59 #define UART_PARITY_ODD "odd" macro
331 else if (strcmp(temp->valuestring, UART_PARITY_ODD) == 0) { in board_parse_uart()
63 #define UART_PARITY_ODD "odd" macro
36 UART_PARITY_ODD, ///< Odd Parity enumerator
46 parity = (mode & PARODD) ? UART_PARITY_ODD : UART_PARITY_EVEN; in set_format()
262 case UART_PARITY_ODD: in csi_uart_format()
296 else if (strcmp(temp->valuestring, UART_PARITY_ODD) == 0) { in board_parse_uart()
Completed in 56 milliseconds