Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/fsl/
Dfsl_utils.c34 struct device_node *dma_channel_np, *dma_np; in fsl_asoc_get_dma_channel() local
70 dma_np = of_get_parent(dma_channel_np); in fsl_asoc_get_dma_channel()
71 iprop = of_get_property(dma_np, "cell-index", NULL); in fsl_asoc_get_dma_channel()
73 of_node_put(dma_np); in fsl_asoc_get_dma_channel()
79 of_node_put(dma_np); in fsl_asoc_get_dma_channel()
/Linux-v5.10/drivers/dma/
Dlpc18xx-dmamux.c112 struct device_node *dma_np, *np = pdev->dev.of_node; in lpc18xx_dmamux_probe() local
133 dma_np = of_parse_phandle(np, "dma-masters", 0); in lpc18xx_dmamux_probe()
134 if (!dma_np) { in lpc18xx_dmamux_probe()
139 ret = of_property_read_u32(dma_np, "dma-requests", in lpc18xx_dmamux_probe()
141 of_node_put(dma_np); in lpc18xx_dmamux_probe()
/Linux-v5.10/drivers/net/ethernet/xilinx/
Dll_temac_main.c1351 struct device_node *temac_np = dev_of_node(&pdev->dev), *dma_np; in temac_probe() local
1465 dma_np = of_parse_phandle(temac_np, "llink-connected", 0); in temac_probe()
1466 if (!dma_np) { in temac_probe()
1474 if (temac_dcr_setup(lp, pdev, dma_np)) { in temac_probe()
1476 lp->sdma_regs = devm_of_iomap(&pdev->dev, dma_np, 0, in temac_probe()
1481 of_node_put(dma_np); in temac_probe()
1484 if (of_get_property(dma_np, "little-endian", NULL)) { in temac_probe()
1495 lp->rx_irq = irq_of_parse_and_map(dma_np, 0); in temac_probe()
1496 lp->tx_irq = irq_of_parse_and_map(dma_np, 1); in temac_probe()
1499 of_node_put(dma_np); in temac_probe()