Searched +full:em +full:- +full:sti (Results 1 – 3 of 3) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.08 #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 …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Emma Mobile Timer Support - STI55 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 …]
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/soc/renesas/renesas-soc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Geert Uytterhoeven <geert+renesas@glider.be>11 - Niklas Söderlund <niklas.soderlund@ragnatech.se>16 renesas,SoC-IP19 renesas,r8a77965-csi228 pattern: "^renesas,.+-.+$"30 - compatible[all …]