Searched refs:stm32_ports (Results 1 – 2 of 2) sorted by relevance
1668 stm32_ports[id].hw_flow_control = in stm32_usart_of_get_port() 1671 stm32_ports[id].port.line = id; in stm32_usart_of_get_port() 1672 stm32_ports[id].cr1_irq = USART_CR1_RXNEIE; in stm32_usart_of_get_port() 1673 stm32_ports[id].cr3_irq = 0; in stm32_usart_of_get_port() 1674 stm32_ports[id].last_res = RX_BUF_L; in stm32_usart_of_get_port() 1675 return &stm32_ports[id]; in stm32_usart_of_get_port() 1929 struct uart_port *port = &stm32_ports[co->index].port; in stm32_usart_console_write() 1968 stm32port = &stm32_ports[co->index]; in stm32_usart_console_setup()
225 static struct stm32_port stm32_ports[STM32_MAX_PORTS]; variable