Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dstm32-usart.c1226 stm32_ports[id].hw_flow_control = in stm32_usart_of_get_port()
1229 stm32_ports[id].port.line = id; in stm32_usart_of_get_port()
1230 stm32_ports[id].cr1_irq = USART_CR1_RXNEIE; in stm32_usart_of_get_port()
1231 stm32_ports[id].cr3_irq = 0; in stm32_usart_of_get_port()
1232 stm32_ports[id].last_res = RX_BUF_L; in stm32_usart_of_get_port()
1233 return &stm32_ports[id]; in stm32_usart_of_get_port()
1517 struct uart_port *port = &stm32_ports[co->index].port; in stm32_usart_console_write()
1556 stm32port = &stm32_ports[co->index]; in stm32_usart_console_setup()
Dstm32-usart.h278 static struct stm32_port stm32_ports[STM32_MAX_PORTS]; variable