Searched refs:LCR_PARITY_ENABLE (Results 1 – 4 of 4) sorted by relevance
40 #define LCR_PARITY_ENABLE 0x08 /* parity enabled */ macro
146 addr->LCR &= (~LCR_PARITY_ENABLE); in csi_usart_config_parity()151 addr->LCR |= LCR_PARITY_ENABLE; in csi_usart_config_parity()157 addr->LCR |= LCR_PARITY_ENABLE; in csi_usart_config_parity()
46 #define LCR_PARITY_ENABLE 0x08 /* parity enabled */ macro
128 addr->LCR &= (~LCR_PARITY_ENABLE); in dw_usart_set_parity()133 addr->LCR |= LCR_PARITY_ENABLE; in dw_usart_set_parity()139 addr->LCR |= LCR_PARITY_ENABLE; in dw_usart_set_parity()
Completed in 11 milliseconds