Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dserial_core.h202 #define PORT_STM32 113 macro
/linux/drivers/tty/serial/
H A Dstm32-usart.c1398 return (port->type == PORT_STM32) ? DRIVER_NAME : NULL; in stm32_usart_type()
1413 port->type = PORT_STM32; in stm32_usart_config_port()