Searched +full:rs780e +full:- +full:pci (Results 1 – 2 of 2) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.05 compatible = "simple-bus";6 #address-cells = <2>;7 #size-cells = <2>;10 0xfd 0xfe000000 0xfd 0xfe000000 0 0x2000000 /* PCI Config Space */>;12 pci@1a000000 {13 compatible = "loongson,rs780e-pci";14 device_type = "pci";15 #address-cells = <3>;16 #size-cells = <2>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Loongson PCI Host Controller Driver10 #include <linux/pci.h>12 #include <linux/pci-acpi.h>13 #include <linux/pci-ecam.h>15 #include "../pci.h"58 dev->class = PCI_CLASS_BRIDGE_PCI_NORMAL; in bridge_class_quirk()73 pdev->mmio_always_on = 1; in system_bus_quirk()74 pdev->non_compliant_bars = 1; in system_bus_quirk()93 struct pci_bus *bus = pdev->bus; in loongson_set_min_mrrs_quirk()[all …]