Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dimx.c2244 u32 dma_buf_conf[2]; in imx_uart_probe() local
2274 if (!of_property_read_u32_array(np, "fsl,dma-info", dma_buf_conf, 2)) { in imx_uart_probe()
2275 sport->rx_period_length = dma_buf_conf[0]; in imx_uart_probe()
2276 sport->rx_periods = dma_buf_conf[1]; in imx_uart_probe()