Searched +full:syscon +full:- +full:sa +full:- +full:cfg (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/rng/ti,keystone-rng.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Nishanth Menon <nm@ti.com>11 - Santosh Shilimkar <ssantosh@kernel.org>15 const: ti,keystone-rng20 clock-names:22 - const: fck27 ti,syscon-sa-cfg:[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2015-2017 Texas Instruments Incorporated - https://www.ti.com/9 compatible = "ti,keystone-navigator-qmss";10 dma-coherent;11 #address-cells = <1>;12 #size-cells = <1>;15 queue-range = <0 0x2000>;20 #address-cells = <1>;21 #size-cells = <1>;24 managed-queues = <0 0x2000>;[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2015-2017 Texas Instruments Incorporated - https://www.ti.com/9 compatible = "ti,keystone-navigator-qmss";10 dma-coherent;11 #address-cells = <1>;12 #size-cells = <1>;15 queue-range = <0 0x4000>;20 #address-cells = <1>;21 #size-cells = <1>;24 managed-queues = <0 0x2000>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (c) 2015-2016 MediaTek Inc.6 #include <linux/arm-smccc.h>17 #include <linux/io-pgtable.h>19 #include <linux/mfd/syscon.h>35 #include <dt-bindings/memory/mtk-memory-port.h>69 #define F_MMU_VLD_PA_RNG(EA, SA) (((EA) << 8) | (SA)) argument151 ((((pdata)->flags) & (mask)) == (_x))207 * is in 4G-8G and cam is in 8G-12G. Meanwhile, some masters may have the209 * 0x40000000-0x44000000.[all …]