Searched refs:dma_of (Results 1 – 1 of 1) sorted by relevance
47 static int esp_sbus_setup_dma(struct esp *esp, struct platform_device *dma_of) in esp_sbus_setup_dma() argument49 esp->dma = dma_of; in esp_sbus_setup_dma()51 esp->dma_regs = of_ioremap(&dma_of->resource[0], 0, in esp_sbus_setup_dma()52 resource_size(&dma_of->resource[0]), in esp_sbus_setup_dma()171 static void esp_get_bursts(struct esp *esp, struct platform_device *dma_of) in esp_get_bursts() argument173 struct device_node *dma_dp = dma_of->dev.of_node; in esp_get_bursts()529 struct platform_device *dma_of = NULL; in esp_sbus_probe() local541 dma_of = of_find_device_by_node(dma_node); in esp_sbus_probe()542 if (!dma_of) in esp_sbus_probe()545 ret = esp_sbus_probe_one(op, dma_of, hme); in esp_sbus_probe()[all …]