Lines Matching +full:dma +full:- +full:xway
1 // SPDX-License-Identifier: GPL-2.0-only
11 #include <linux/dma-mapping.h>
31 dma_addr_t dma; in vmmc_probe() local
35 (void *) CPHYSADDR(dma_alloc_coherent(&pdev->dev, CP1_SIZE, in vmmc_probe()
36 &dma, GFP_KERNEL)); in vmmc_probe()
38 gpio_count = gpiod_count(&pdev->dev, NULL); in vmmc_probe()
40 gpio = devm_gpiod_get_index(&pdev->dev, in vmmc_probe()
41 NULL, --gpio_count, GPIOD_OUT_HIGH); in vmmc_probe()
44 dev_err(&pdev->dev, in vmmc_probe()
50 gpiod_set_consumer_name(gpio, "vmmc-relay"); in vmmc_probe()
53 dev_info(&pdev->dev, "reserved %dMB at 0x%p", CP1_SIZE >> 20, cp1_base); in vmmc_probe()
59 { .compatible = "lantiq,vmmc-xway" },