Searched refs:DW_UART_LCR_PEN_EN (Results 1 – 2 of 2) sorted by relevance
120 uart_base->LCR &= (~DW_UART_LCR_PEN_EN); in dw_uart_config_parity_none()133 uart_base->LCR |= DW_UART_LCR_PEN_EN; in dw_uart_config_parity_odd()147 uart_base->LCR |= DW_UART_LCR_PEN_EN; in dw_uart_config_parity_even()
118 #define DW_UART_LCR_PEN_EN DW_UART_LCR_PEN_Msk macro
Completed in 10 milliseconds