Home
last modified time | relevance | path

Searched refs:over8 (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dstm32-usart.c68 bool over8; in stm32_usart_config_reg_rs485() local
71 over8 = *cr1 & USART_CR1_OVER8; in stm32_usart_config_reg_rs485()
75 if (over8) in stm32_usart_config_reg_rs485()
87 if (over8) in stm32_usart_config_reg_rs485()
107 bool over8; in stm32_usart_config_rs485() local
120 over8 = cr1 & USART_CR1_OVER8; in stm32_usart_config_rs485()
122 if (over8) in stm32_usart_config_rs485()