Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Dstm32-usart.c186 bool over8; in stm32_usart_config_reg_rs485() local
189 over8 = *cr1 & USART_CR1_OVER8; in stm32_usart_config_reg_rs485()
193 if (over8) in stm32_usart_config_reg_rs485()
205 if (over8) in stm32_usart_config_reg_rs485()
225 bool over8; in stm32_usart_config_rs485() local
240 over8 = cr1 & USART_CR1_OVER8; in stm32_usart_config_rs485()
242 if (over8) in stm32_usart_config_rs485()