Searched full:rs780e (Results 1 – 13 of 13) sorted by relevance
/linux/Documentation/devicetree/bindings/mips/loongson/ |
H A D | rs780e-acpi.yaml | 4 $id: http://devicetree.org/schemas/mips/loongson/rs780e-acpi.yaml# 7 title: Loongson RS780E PCH ACPI Controller 13 This controller can be found in Loongson-3 systems with RS780E PCH. 17 const: loongson,rs780e-acpi 37 compatible = "loongson,rs780e-acpi";
|
H A D | devices.yaml | 24 - description: Classic Loongson64 Quad Core + RS780E 26 - const: loongson,loongson64c-4core-rs780e 28 - description: Classic Loongson64 Octa Core + RS780E 30 - const: loongson,loongson64c-8core-rs780e
|
/linux/arch/mips/boot/dts/loongson/ |
H A D | loongson64c_4core_rs780e.dts | 6 #include "rs780e-pch.dtsi" 9 compatible = "loongson,loongson64c-4core-rs780e";
|
H A D | loongson64c_8core_rs780e.dts | 6 #include "rs780e-pch.dtsi" 9 compatible = "loongson,loongson64c-8core-rs780e";
|
H A D | rs780e-pch.dtsi | 13 compatible = "loongson,rs780e-pci"; 38 compatible = "loongson,rs780e-acpi";
|
/linux/drivers/platform/mips/ |
H A D | Kconfig | 29 bool "Loongson RS780E ACPI Controller" 32 Loongson RS780E PCH ACPI Controller driver.
|
H A D | rs780e-acpi.c | 141 pr_err("RS780E-ACPI: Failed to request IO Region\n"); in rs780e_acpi_probe() 154 { .compatible = "loongson,rs780e-acpi" }, 161 .name = "RS780E-ACPI",
|
H A D | Makefile | 3 obj-$(CONFIG_RS780E_ACPI) += rs780e-acpi.o
|
/linux/arch/mips/loongson64/ |
H A D | env.c | 192 pr_info("The bridge chip is RS780E or SR5690\n"); in prom_lefi_init_env() 193 loongson_sysconf.bridgetype = RS780E; in prom_lefi_init_env() 215 case RS780E: in prom_lefi_init_env() 224 if (loongson_sysconf.bridgetype == RS780E) in prom_lefi_init_env()
|
H A D | Kconfig | 13 it on RS780E systems.
|
H A D | numa.c | 114 /* Reserve 0xfe000000~0xffffffff for RS780E integrated GPU */ in node_mem_init()
|
/linux/arch/mips/include/asm/mach-loongson64/ |
H A D | boot_param.h | 204 RS780E = 2, enumerator
|
/linux/drivers/pci/controller/ |
H A D | pci-loongson.c | 312 { .compatible = "loongson,rs780e-pci",
|