Lines Matching full:lantiq
3 * PCIe PHY driver for Lantiq VRX200 and ARX300 SoCs.
8 * Copyright (C) 2009-2015 Lei Chuanhua <chuanhua.lei@lantiq.com>
27 #include <dt-bindings/phy/phy-lantiq-vrx200-pcie.h>
423 "lantiq,rcu"); in ltq_vrx200_pcie_phy_probe()
427 ret = device_property_read_u32(dev, "lantiq,rcu-endian-offset", in ltq_vrx200_pcie_phy_probe()
431 "failed to parse the 'lantiq,rcu-endian-offset' property\n"); in ltq_vrx200_pcie_phy_probe()
435 ret = device_property_read_u32(dev, "lantiq,rcu-big-endian-mask", in ltq_vrx200_pcie_phy_probe()
439 "failed to parse the 'lantiq,rcu-big-endian-mask' property\n"); in ltq_vrx200_pcie_phy_probe()
478 { .compatible = "lantiq,vrx200-pcie-phy", },
479 { .compatible = "lantiq,arx300-pcie-phy", },
494 MODULE_DESCRIPTION("Lantiq VRX200 and ARX300 PCIe PHY driver");