Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dstm32-usart.c1542 stm32port->wakeup_src = stm32port->info->cfg.has_wakeup && in stm32_usart_init_port()
1545 stm32port->swap = stm32port->info->cfg.has_swap && in stm32_usart_init_port()
1548 stm32port->fifoen = stm32port->info->cfg.has_fifo; in stm32_usart_init_port()
1572 stm32port->port.uartclk = clk_get_rate(stm32port->clk); in stm32_usart_init_port()
1578 stm32port->gpios = mctrl_gpio_init(&stm32port->port, 0); in stm32_usart_init_port()
1725 if (!stm32port) in stm32_usart_serial_probe()
1729 if (!stm32port->info) in stm32_usart_serial_probe()
1760 if (stm32port->rx_ch && stm32_usart_of_dma_rx_probe(stm32port, pdev)) { in stm32_usart_serial_probe()
1766 if (stm32port->tx_ch && stm32_usart_of_dma_tx_probe(stm32port, pdev)) { in stm32_usart_serial_probe()
1796 if (stm32port->tx_ch) in stm32_usart_serial_probe()
[all …]