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