Searched +full:rs780e +full:- +full:pci (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/pci/loongson.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Loongson PCI Host Controller10 - Jiaxun Yang <jiaxun.yang@flygoat.com>13 PCI host controller found on Loongson PCHs and SoCs.16 - $ref: /schemas/pci/pci-bus.yaml#21 - loongson,ls2k-pci22 - loongson,ls7a-pci[all …]
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-later69 loongson_p = &(boot_p->efi.smbios.lp); in prom_lefi_init_env()72 ((u64)loongson_p + loongson_p->system_offset); in prom_lefi_init_env()74 ((u64)loongson_p + loongson_p->cpu_offset); in prom_lefi_init_env()76 ((u64)loongson_p + loongson_p->boarddev_table_offset); in prom_lefi_init_env()78 ((u64)loongson_p + loongson_p->interface_offset); in prom_lefi_init_env()80 ((u64)loongson_p + loongson_p->special_offset); in prom_lefi_init_env()82 ((u64)loongson_p + loongson_p->irq_offset); in prom_lefi_init_env()84 ((u64)loongson_p + loongson_p->memory_offset); in prom_lefi_init_env()86 cpu_clock_freq = ecpu->cpu_clock_freq; in prom_lefi_init_env()[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later24 #include <asm/mc146818-time.h>74 __node_distances[row][col] = -1; in init_topology_matrix()111 NODE_DATA(node)->node_start_pfn = start_pfn; in node_mem_init()112 NODE_DATA(node)->node_spanned_pages = end_pfn - start_pfn; in node_mem_init()126 ((kernel_end_pfn - kernel_start_pfn) << PAGE_SHIFT)); in node_mem_init()128 /* Reserve 0xfe000000~0xffffffff for RS780E integrated GPU */ in node_mem_init()133 /* Reserve pfn range 0~node[0]->node_start_pfn */ in node_mem_init()186 /* All PCI device belongs to logical Node-0 */
1 /* SPDX-License-Identifier: GPL-2.0 */26 u32 mem_type; /* system memory, pci memory, pci io, etc. */81 u32 id; /* instance id of a sensor-class */111 u32 PIC_type; /* conform use HT or PCI to route to CPU-PIC */114 u32 node_id; /* node id: 0x0-0; 0x1-1; 0x10-2; 0x11-3 */197 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"53 dev->class = PCI_CLASS_BRIDGE_PCI_NORMAL; in bridge_class_quirk()68 pdev->mmio_always_on = 1; in system_bus_quirk()69 pdev->non_compliant_bars = 1; in system_bus_quirk()80 struct pci_bus *bus = dev->bus; in loongson_mrrs_quirk()[all …]