Lines Matching +full:m +full:- +full:ahb
1 // SPDX-License-Identifier: GPL-2.0-only
4 * Copyright (C) 2011-2015 John Crispin <blogic@phrozen.org>
6 * Copyright (C) 2017 Hauke Mehrtens <hauke@hauke-m.de>
29 struct device *dev = &pdev->dev; in ltq_fpi_probe()
30 struct device_node *np = dev->of_node; in ltq_fpi_probe()
45 ret = device_property_read_u32(dev, "lantiq,offset-endianness", in ltq_fpi_probe()
48 dev_err(&pdev->dev, "Failed to get RCU reg offset\n"); in ltq_fpi_probe()
55 dev_warn(&pdev->dev, in ltq_fpi_probe()
56 "Failed to configure RCU AHB endianness\n"); in ltq_fpi_probe()
63 return of_platform_populate(dev->of_node, NULL, NULL, dev); in ltq_fpi_probe()
67 { .compatible = "lantiq,xrx200-fpi" },
75 .name = "fpi-xway",