Searched refs:dma_buf_conf (Results 1 – 1 of 1) sorted by relevance
2234 u32 dma_buf_conf[2]; in imx_uart_probe() local2264 if (!of_property_read_u32_array(np, "fsl,dma-info", dma_buf_conf, 2)) { in imx_uart_probe()2265 sport->rx_period_length = dma_buf_conf[0]; in imx_uart_probe()2266 sport->rx_periods = dma_buf_conf[1]; in imx_uart_probe()