Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/uart/
A Dhal_uart.c242 uart_priv->lcr = value; in uart_set_format()
289 uart_priv->dlh = quot >> 8; in uart_set_baudrate()
290 uart_priv->dll = quot & 0xff; in uart_set_baudrate()
315 uart_priv->fcr = value; in uart_set_fifo()
327 uart_priv->mcr = value; in hal_uart_set_hardware_flowcontrol()
333 uart_priv->ier = value; in hal_uart_set_hardware_flowcontrol()
345 uart_priv->mcr = value; in hal_uart_disable_flowcontrol()
351 uart_priv->ier = value; in hal_uart_disable_flowcontrol()
425 uart_priv_t *uart_priv = dev_id; in uart_irq_handler() local
663 if (uart_priv->uart_port == uart_port && uart_priv->irqn == irqn) in hal_uart_init()
[all …]

Completed in 8 milliseconds