Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Dsun_esp.c47 static int esp_sbus_setup_dma(struct esp *esp, struct platform_device *dma_of) in esp_sbus_setup_dma() argument
49 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() argument
173 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() local
541 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 …]