Home
last modified time | relevance | path

Searched +full:sci +full:- +full:proc +full:- +full:ids (Results 1 – 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/remoteproc/
Dti,k3-dsp-rproc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/remoteproc/ti,k3-dsp-rproc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Suman Anna <s-anna@ti.com>
13 The TI K3 family of SoCs usually have one or more TI DSP Core sub-systems
14 that are used to offload some of the processor-intensive tasks or algorithms,
17 These processor sub-systems usually contain additional sub-modules like
23 Each DSP Core sub-system is represented as a single DT node. Each node has a
29 - $ref: /schemas/arm/keystone/ti,k3-sci-common.yaml#
[all …]
Dti,k3-r5f-rproc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/remoteproc/ti,k3-r5f-rproc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Suman Anna <s-anna@ti.com>
13 The TI K3 family of SoCs usually have one or more dual-core Arm Cortex R5F
20 Each Dual-Core R5F sub-system is represented as a single DTS node
33 - ti,am654-r5fss
34 - ti,j721e-r5fss
36 power-domains:
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/keystone/
Dti,k3-sci-common.yaml1 # SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/arm/keystone/ti,k3-sci-common.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Common K3 TI-SCI bindings
10 - Nishanth Menon <nm@ti.com>
14 that is responsible for managing various SoC-level resources like clocks,
16 through the TI-SCI protocol.
19 controller node or an interrupt-controller node should define a common set
21 over the TI-SCI protocol. The following are some of the common properties
[all …]
/kernel/linux/linux-5.10/drivers/remoteproc/
Dti_k3_dsp_remoteproc.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (C) 2018-2020 Texas Instruments Incorporated - https://www.ti.com/
6 * Suman Anna <s-anna@ti.com>
14 #include <linux/omap-mailbox.h>
24 #define KEYSTONE_RPROC_LOCAL_ADDRESS_MASK (SZ_16M - 1)
27 * struct k3_dsp_mem - internal memory structure
41 * struct k3_dsp_mem_data - memory definitions for a DSP
51 * struct k3_dsp_dev_data - device data structure for a DSP
65 * struct k3_dsp_rproc - k3 DSP remote processor driver structure
73 * @data: pointer to DSP-specific device data
[all …]
Dti_k3_r5_remoteproc.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (C) 2017-2020 Texas Instruments Incorporated - https://www.ti.com/
6 * Suman Anna <s-anna@ti.com>
9 #include <linux/dma-mapping.h>
18 #include <linux/omap-mailbox.h>
32 /* R5 TI-SCI Processor Configuration Flags */
42 /* R5 TI-SCI Processor Control Flags */
45 /* R5 TI-SCI Processor Status Flags */
52 * struct k3_r5_mem - internal memory structure
71 * struct k3_r5_cluster - K3 R5F Cluster structure
[all …]
/kernel/linux/linux-5.10/arch/arm64/boot/dts/ti/
Dk3-j721e-main.dtsi1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2016-2019 Texas Instruments Incorporated - https://www.ti.com/
7 #include <dt-bindings/phy/phy.h>
8 #include <dt-bindings/mux/mux.h>
9 #include <dt-bindings/mux/ti-serdes.h>
12 cmn_refclk: clock-cmnrefclk {
13 #clock-cells = <0>;
14 compatible = "fixed-clock";
15 clock-frequency = <0>;
18 cmn_refclk1: clock-cmnrefclk1 {
[all …]
/kernel/linux/linux-4.19/drivers/acpi/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
17 Linux requires an ACPI-compliant platform (hardware/firmware),
18 and assumes the presence of OS-directed configuration and power
24 the Plug-and-Play BIOS specification (PnP BIOS), the
30 <https://01.org/linux-acpi>
37 ACPI is an open industry specification originally co-developed by
38 Hewlett-Packard, Intel, Microsoft, Phoenix, and Toshiba. Currently,
67 Enable in-kernel debugging of AML facilities: statistics,
103 bool "Deprecated power /proc/acpi directories"
107 deprecated power /proc/acpi/ directories to exist, even when
[all …]
Dbus.c2 * acpi_bus.c - ACPI Bus Driver ($Revision: 80 $)
63 printk(KERN_NOTICE "%s detected - " in set_copy_dsdt()
64 "force copy of DSDT to local memory\n", id->ident); in set_copy_dsdt()
72 * Invoke DSDT corruption work-around on all Toshiba Satellite.
87 /* --------------------------------------------------------------------------
89 -------------------------------------------------------------------------- */
120 if (acpi_device_is_battery(device) && device->dep_unmet) { in acpi_bus_get_status()
125 status = acpi_bus_get_status_handle(device->handle, &sta); in acpi_bus_get_status()
127 return -ENODEV; in acpi_bus_get_status()
131 if (device->status.functional && !device->status.present) { in acpi_bus_get_status()
[all …]
/kernel/linux/linux-5.10/drivers/acpi/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
17 Linux requires an ACPI-compliant platform (hardware/firmware),
18 and assumes the presence of OS-directed configuration and power
24 the Plug-and-Play BIOS specification (PnP BIOS), the
30 <https://01.org/linux-acpi>
37 ACPI is an open industry specification originally co-developed by
38 Hewlett-Packard, Intel, Microsoft, Phoenix, and Toshiba. Currently,
66 Enable in-kernel debugging of AML facilities: statistics,
116 This option enables a DMI-based quirk for the above Dell machine (so
156 /proc/acpi/battery. If you have a mobile system with a battery,
[all …]
Dbus.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * acpi_bus.c - ACPI Bus Driver ($Revision: 80 $)
50 printk(KERN_NOTICE "%s detected - " in set_copy_dsdt()
51 "force copy of DSDT to local memory\n", id->ident); in set_copy_dsdt()
59 * Invoke DSDT corruption work-around on all Toshiba Satellite.
74 /* --------------------------------------------------------------------------
76 -------------------------------------------------------------------------- */
107 if (acpi_device_is_battery(device) && device->dep_unmet) { in acpi_bus_get_status()
112 status = acpi_bus_get_status_handle(device->handle, &sta); in acpi_bus_get_status()
114 return -ENODEV; in acpi_bus_get_status()
[all …]
/kernel/linux/linux-4.19/drivers/platform/x86/
Dtoshiba_acpi.c2 * toshiba_acpi.c - Toshiba Laptop ACPI Extras
4 * Copyright (C) 2002-2004 John Belmonte
7 * Copyright (C) 2014-2016 Azael Avalos
26 * Jonathan A. Buzzard - Toshiba HCI info, and critical tips on reverse
28 * Yasushi Nagato - changes for linux kernel 2.4 -> 2.5
29 * Rob Miller - TV out and hotkeys help
47 #include <linux/input/sparse-keymap.h>
65 #define TOSHIBA_WMI_EVENT_GUID "59142400-C6A3-40FA-BADB-8A2652834100"
74 * The Toshiba configuration interface is composed of the HCI and the SCI,
84 * SCI stands for "System Configuration Interface" which aim is to
[all …]
/kernel/linux/linux-5.10/drivers/platform/x86/
Dtoshiba_acpi.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * toshiba_acpi.c - Toshiba Laptop ACPI Extras
5 * Copyright (C) 2002-2004 John Belmonte
8 * Copyright (C) 2014-2016 Azael Avalos
14 * Jonathan A. Buzzard - Toshiba HCI info, and critical tips on reverse
16 * Yasushi Nagato - changes for linux kernel 2.4 -> 2.5
17 * Rob Miller - TV out and hotkeys help
35 #include <linux/input/sparse-keymap.h>
53 #define TOSHIBA_WMI_EVENT_GUID "59142400-C6A3-40FA-BADB-8A2652834100"
62 * The Toshiba configuration interface is composed of the HCI and the SCI,
[all …]
/kernel/linux/linux-4.19/arch/x86/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
4 bool "64-bit kernel" if "$(ARCH)" = "x86"
6 ---help---
7 Say yes to build a 64-bit kernel - formerly known as x86_64
8 Say no to build a 32-bit kernel - formerly known as i386
13 # Options that are inherently 32-bit kernel only:
24 # Options that are inherently 64-bit kernel only:
39 # ported to 32-bit as well. )
213 default "elf32-i386" if X86_32
214 default "elf64-x86-64" if X86_64
[all …]
/kernel/linux/linux-5.10/arch/x86/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
4 bool "64-bit kernel" if "$(ARCH)" = "x86"
7 Say yes to build a 64-bit kernel - formerly known as x86_64
8 Say no to build a 32-bit kernel - formerly known as i386
13 # Options that are inherently 32-bit kernel only:
26 # Options that are inherently 64-bit kernel only:
50 # ported to 32-bit as well. )
253 default "elf32-i386" if X86_32
254 default "elf64-x86-64" if X86_64
376 default $(success,$(srctree)/scripts/gcc-x86_64-has-stack-protector.sh $(CC)) if 64BIT
[all …]