Home
last modified time | relevance | path

Searched +full:rs780e +full:- +full:acpi (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mips/loongson/
Drs780e-acpi.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: "http://devicetree.org/schemas/mips/loongson/rs780e-acpi.yaml#"
5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
7 title: Loongson RS780E PCH ACPI Controller
10 - Jiaxun Yang <jiaxun.yang@flygoat.com>
13 This controller can be found in Loongson-3 systems with RS780E PCH.
17 const: loongson,rs780e-acpi
23 - compatible
24 - reg
[all …]
/kernel/linux/linux-5.10/drivers/platform/mips/
Drs780e-acpi.c1 // SPDX-License-Identifier: GPL-2.0
88 /* ACPI End */ in acpi_registers_setup()
92 /* IO Decode: When AcpiDecodeEnable set, South-Bridge uses the contents in acpi_registers_setup()
93 * of the PM registers at index 0x20~0x2B to decode ACPI I/O address. */ in acpi_registers_setup()
109 /* Set GPM9 as non-output */ in acpi_registers_setup()
112 /* GPM3 config ACPI trigger SCIOUT */ in acpi_registers_setup()
115 /* GPM9 config ACPI trigger SCIOUT */ in acpi_registers_setup()
121 /* No wait for STPGNT# in ACPI Sx state */ in acpi_registers_setup()
124 /* Set GPM3 pull-down enable */ in acpi_registers_setup()
129 /* Set GPM9 pull-down enable */ in acpi_registers_setup()
[all …]
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
11 MIPS platforms, including vendor-specific netbook/laptop/desktop
20 tristate "Loongson-3 CPU HWMon Driver"
25 Loongson-3A/3B CPU Hwmon (temperature sensor) driver.
28 bool "Loongson RS780E ACPI Controller"
31 Loongson RS780E PCH ACPI Controller driver.
DMakefile1 # SPDX-License-Identifier: GPL-2.0-only
2 obj-$(CONFIG_CPU_HWMON) += cpu_hwmon.o
3 obj-$(CONFIG_RS780E_ACPI) += rs780e-acpi.o
/kernel/linux/linux-5.10/arch/mips/boot/dts/loongson/
Drs780e-pch.dtsi1 // SPDX-License-Identifier: GPL-2.0
5 compatible = "simple-bus";
6 #address-cells = <2>;
7 #size-cells = <2>;
13 compatible = "loongson,rs780e-pci";
15 #address-cells = <3>;
16 #size-cells = <2>;
26 #address-cells = <2>;
27 #size-cells = <1>;
34 interrupt-parent = <&htpic>;
[all …]
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson64/
Dboot_param.h1 /* SPDX-License-Identifier: GPL-2.0 */
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 */
183 u64 acpi; /* ACPI table (IA64 ext 0.71) */ member
184 u64 acpi20; /* ACPI table (ACPI 2.0) */
197 RS780E = 2, enumerator