Searched +full:rs780e +full:- +full:pci (Results 1 – 5 of 5) 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.0-or-later17 #include <linux/dma-map-ops.h>71 loongson_p = &(boot_p->efi.smbios.lp); in prom_lefi_init_env()74 ((u64)loongson_p + loongson_p->system_offset); in prom_lefi_init_env()76 ((u64)loongson_p + loongson_p->cpu_offset); in prom_lefi_init_env()78 ((u64)loongson_p + loongson_p->boarddev_table_offset); in prom_lefi_init_env()80 ((u64)loongson_p + loongson_p->interface_offset); in prom_lefi_init_env()82 ((u64)loongson_p + loongson_p->special_offset); in prom_lefi_init_env()84 ((u64)loongson_p + loongson_p->irq_offset); in prom_lefi_init_env()86 ((u64)loongson_p + loongson_p->memory_offset); in prom_lefi_init_env()[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later24 #include <asm/mc146818-time.h>72 __node_distances[row][col] = -1; in init_topology_matrix()97 NODE_DATA(node)->node_start_pfn = start_pfn; in node_mem_init()98 NODE_DATA(node)->node_spanned_pages = end_pfn - start_pfn; in node_mem_init()112 ((kernel_end_pfn - kernel_start_pfn) << PAGE_SHIFT)); in node_mem_init()114 /* Reserve 0xfe000000~0xffffffff for RS780E integrated GPU */ in node_mem_init()119 /* Reserve pfn range 0~node[0]->node_start_pfn */ in node_mem_init()174 /* All PCI device belongs to logical Node-0 */
1 /* SPDX-License-Identifier: GPL-2.0 */30 u32 mem_type; /* system memory, pci memory, pci io, etc. */87 u32 id; /* instance id of a sensor-class */117 u32 PIC_type; /* conform use HT or PCI to route to CPU-PIC */120 u32 node_id; /* node id: 0x0-0; 0x1-1; 0x10-2; 0x11-3 */204 RS780E = 2, enumerator
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 …]