Searched +full:em +full:- +full:sti (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/timer/ |
D | renesas,em-sti.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/timer/renesas,em-sti.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Magnus Damm <magnus.damm@gmail.com> 14 const: renesas,em-sti 25 clock-names: 29 - compatible 30 - reg 31 - interrupts [all …]
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | emev2.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include <dt-bindings/interrupt-controller/irq.h> 13 interrupt-parent = <&gic>; 14 #address-cells = <1>; 15 #size-cells = <1>; 28 #address-cells = <1>; 29 #size-cells = <0>; 33 compatible = "arm,cortex-a9"; 35 clock-frequency = <533000000>; [all …]
|
/Linux-v5.10/drivers/clocksource/ |
D | em_sti.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Emma Mobile Timer Support - STI 55 return ioread32(p->base + offs); in em_sti_read() 61 iowrite32(value, p->base + offs); in em_sti_write() 69 ret = clk_enable(p->clk); in em_sti_enable() 71 dev_err(&p->pdev->dev, "cannot enable clock\n"); in em_sti_enable() 95 clk_disable(p->clk); in em_sti_disable() 103 /* the STI hardware buffers the 48-bit count, but to in em_sti_count() 104 * break it out into two 32-bit access the registers in em_sti_count() 108 raw_spin_lock_irqsave(&p->lock, flags); in em_sti_count() [all …]
|
/Linux-v5.10/kernel/debug/kdb/ |
D | kdb_main.c | 8 * Copyright (C) 1999-2004 Silicon Graphics, Inc. All Rights Reserved. 71 int kdb_initial_cpu = -1; /* cpu number that owns kdb */ 142 * mechanisms in the kernel, so we use a very limited allocate-only 193 if ((task_thread_info(p)->flags & _TIF_MCA_INIT) && KDB_TSK(cpu)) in kdb_curr_task() 194 p = krp->p; in kdb_curr_task() 220 * kdbgetenv - This function will return the character string value of 251 * kdballocenv - This function is used to allocate bytes for 273 if ((KDB_ENVBUFSIZE - envbufsize) >= bytes) { in kdballocenv() 281 * kdbgetulenv - This function will return the value of an unsigned 282 * long-valued environment variable. [all …]
|