Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/serial/
Dstm32-usart.c1567 stm32_ports[id].hw_flow_control = in stm32_usart_of_get_port()
1570 stm32_ports[id].port.line = id; in stm32_usart_of_get_port()
1571 stm32_ports[id].cr1_irq = USART_CR1_RXNEIE; in stm32_usart_of_get_port()
1572 stm32_ports[id].cr3_irq = 0; in stm32_usart_of_get_port()
1573 stm32_ports[id].last_res = RX_BUF_L; in stm32_usart_of_get_port()
1574 return &stm32_ports[id]; in stm32_usart_of_get_port()
1840 struct uart_port *port = &stm32_ports[co->index].port; in stm32_usart_console_write()
1879 stm32port = &stm32_ports[co->index]; in stm32_usart_console_setup()
Dstm32-usart.h215 static struct stm32_port stm32_ports[STM32_MAX_PORTS]; variable