Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dlpc18xx-dmamux.c123 struct device_node *dma_np, *np = pdev->dev.of_node; in lpc18xx_dmamux_probe() local
144 dma_np = of_parse_phandle(np, "dma-masters", 0); in lpc18xx_dmamux_probe()
145 if (!dma_np) { in lpc18xx_dmamux_probe()
150 ret = of_property_read_u32(dma_np, "dma-requests", in lpc18xx_dmamux_probe()
152 of_node_put(dma_np); in lpc18xx_dmamux_probe()
/linux/drivers/net/ethernet/xilinx/
H A Dll_temac_main.c1386 struct device_node *temac_np = dev_of_node(&pdev->dev), *dma_np; in temac_probe() local
1501 dma_np = of_parse_phandle(temac_np, "llink-connected", 0); in temac_probe()
1502 if (!dma_np) { in temac_probe()
1510 if (temac_dcr_setup(lp, pdev, dma_np)) { in temac_probe()
1512 lp->sdma_regs = devm_of_iomap(&pdev->dev, dma_np, 0, in temac_probe()
1517 of_node_put(dma_np); in temac_probe()
1520 if (of_property_read_bool(dma_np, "little-endian")) { in temac_probe()
1531 lp->rx_irq = irq_of_parse_and_map(dma_np, 0); in temac_probe()
1532 lp->tx_irq = irq_of_parse_and_map(dma_np, 1); in temac_probe()
1535 of_node_put(dma_np); in temac_probe()