Home
last modified time | relevance | path

Searched defs:stm32_port (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/tty/serial/
H A Dstm32-usart.h198 struct stm32_port { struct
199 struct uart_port port;
200 struct clk *clk;
201 const struct stm32_usart_info *info;
225 static struct stm32_port stm32_ports[STM32_MAX_PORTS]; argument