Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dstm32-usart.c1622 stm32_ports[id].hw_flow_control = in stm32_usart_of_get_port()
1625 stm32_ports[id].port.line = id; in stm32_usart_of_get_port()
1626 stm32_ports[id].cr1_irq = USART_CR1_RXNEIE; in stm32_usart_of_get_port()
1627 stm32_ports[id].cr3_irq = 0; in stm32_usart_of_get_port()
1628 stm32_ports[id].last_res = RX_BUF_L; in stm32_usart_of_get_port()
1629 return &stm32_ports[id]; in stm32_usart_of_get_port()
1885 struct uart_port *port = &stm32_ports[co->index].port; in stm32_usart_console_write()
1924 stm32port = &stm32_ports[co->index]; in stm32_usart_console_setup()
H A Dstm32-usart.h215 static struct stm32_port stm32_ports[STM32_MAX_PORTS]; variable