Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/serial/
Dstm32-usart.c1133 stm32_ports[id].hw_flow_control = in stm32_usart_of_get_port()
1136 stm32_ports[id].port.line = id; in stm32_usart_of_get_port()
1137 stm32_ports[id].cr1_irq = USART_CR1_RXNEIE; in stm32_usart_of_get_port()
1138 stm32_ports[id].cr3_irq = 0; in stm32_usart_of_get_port()
1139 stm32_ports[id].last_res = RX_BUF_L; in stm32_usart_of_get_port()
1140 return &stm32_ports[id]; in stm32_usart_of_get_port()
1426 struct uart_port *port = &stm32_ports[co->index].port; in stm32_usart_console_write()
1465 stm32port = &stm32_ports[co->index]; in stm32_usart_console_setup()
Dstm32-usart.h277 static struct stm32_port stm32_ports[STM32_MAX_PORTS]; variable