Searched +full:rs780e +full:- +full:acpi (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/mips/loongson/rs780e-acpi.yaml#"5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"7 title: Loongson RS780E PCH ACPI Controller10 - Jiaxun Yang <jiaxun.yang@flygoat.com>13 This controller can be found in Loongson-3 systems with RS780E PCH.17 const: loongson,rs780e-acpi23 - compatible24 - reg[all …]
1 // SPDX-License-Identifier: GPL-2.088 /* 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 …]
1 # SPDX-License-Identifier: GPL-2.0-only11 MIPS platforms, including vendor-specific netbook/laptop/desktop20 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.
1 # SPDX-License-Identifier: GPL-2.0-only2 obj-$(CONFIG_CPU_HWMON) += cpu_hwmon.o3 obj-$(CONFIG_RS780E_ACPI) += rs780e-acpi.o
1 // SPDX-License-Identifier: GPL-2.05 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 …]
1 /* 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) */ member184 u64 acpi20; /* ACPI table (ACPI 2.0) */197 RS780E = 2, enumerator