Searched +full:rs780e +full:- +full:acpi (Results 1 – 7 of 7) 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.084 /* ACPI End */ in acpi_registers_setup()88 /* IO Decode: When AcpiDecodeEnable set, South-Bridge uses the contents in acpi_registers_setup()89 * of the PM registers at index 0x20~0x2B to decode ACPI I/O address. */ in acpi_registers_setup()105 /* Set GPM9 as non-output */ in acpi_registers_setup()108 /* GPM3 config ACPI trigger SCIOUT */ in acpi_registers_setup()111 /* GPM9 config ACPI trigger SCIOUT */ in acpi_registers_setup()117 /* No wait for STPGNT# in ACPI Sx state */ in acpi_registers_setup()120 /* Set GPM3 pull-down enable */ in acpi_registers_setup()125 /* Set GPM9 pull-down enable */ in acpi_registers_setup()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only12 MIPS platforms, including vendor-specific netbook/laptop/desktop21 bool "Loongson-3 CPU HWMon Driver"26 Loongson-3A/3B CPU Hwmon (temperature sensor) driver.29 bool "Loongson RS780E ACPI Controller"32 Loongson RS780E PCH ACPI Controller driver.35 bool "Loongson-2K1000 Reset Controller"38 Loongson-2K1000 Reset Controller driver.
1 # SPDX-License-Identifier: GPL-2.0-only2 obj-$(CONFIG_CPU_HWMON) += cpu_hwmon.o3 obj-$(CONFIG_RS780E_ACPI) += rs780e-acpi.o4 obj-$(CONFIG_LS2K_RESET) += ls2k-reset.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 */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 */190 u64 acpi; /* ACPI table (IA64 ext 0.71) */ member191 u64 acpi20; /* ACPI table (ACPI 2.0) */204 RS780E = 2, enumerator
1 // SPDX-License-Identifier: GPL-2.012 #include <linux/pci-acpi.h>13 #include <linux/pci-ecam.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()109 bridge = bus->self; in loongson_set_min_mrrs_quirk()110 bus = bus->parent; in loongson_set_min_mrrs_quirk()126 struct pci_host_bridge *bridge = pci_find_host_bridge(pdev->bus); in loongson_mrrs_quirk()[all …]