Home
last modified time | relevance | path

Searched +full:ams +full:- +full:pl (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/adc/
Dxlnx,zynqmp-ams.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/adc/xlnx,zynqmp-ams.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Xilinx Zynq Ultrascale AMS controller
10 - Anand Ashok Dumbre <anand.ashok.dumbre@xilinx.com>
13 The AMS (Analog Monitoring System) includes an ADC as well as on-chip sensors
14 that can be used to sample external voltages and monitor on-die operating
16 The AMS has two SYSMON blocks which are PL (Programmable Logic) SYSMON and
18 All designs should have AMS registers, but PS and PL are optional. The
[all …]
/kernel/linux/linux-6.6/drivers/iio/adc/
Dxilinx-ams.c1 // SPDX-License-Identifier: GPL-2.0
3 * Xilinx AMS driver
15 #include <linux/devm-helpers.h>
30 /* AMS registers definitions */
123 #define AMS_ALARM_THR_MAX (BIT(16) - 1)
164 #define AMS_TEMP_OFFSET -((280230LL << 16) / 509314)
263 * struct ams - This structure contains necessary state for xilinx-ams to operate
266 * @pl_base: physical base address of PL device
274 * @ams_unmask_work: re-enables event once the event condition disappears
277 struct ams { struct
[all …]
/kernel/linux/linux-5.10/sound/soc/ti/
Dams-delta.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * ams-delta.c -- SoC audio for Amstrad E3 (Delta) videophone
5 * Copyright (C) 2009 Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
19 #include <asm/mach-types.h>
21 #include <linux/platform_data/asoc-ti-mcbsp.h>
23 #include "omap-mcbsp.h"
70 /* Selection <-> pin translation */
104 struct snd_soc_dapm_context *dapm = &card->dapm; in ams_delta_set_audio_mode()
105 struct soc_enum *control = (struct soc_enum *)kcontrol->private_value; in ams_delta_set_audio_mode()
110 if (!cx20442_codec->card->pop_time) in ams_delta_set_audio_mode()
[all …]
/kernel/linux/linux-6.6/sound/soc/ti/
Dams-delta.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * ams-delta.c -- SoC audio for Amstrad E3 (Delta) videophone
5 * Copyright (C) 2009 Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
19 #include <asm/mach-types.h>
21 #include <linux/platform_data/asoc-ti-mcbsp.h>
23 #include "omap-mcbsp.h"
70 /* Selection <-> pin translation */
104 struct snd_soc_dapm_context *dapm = &card->dapm; in ams_delta_set_audio_mode()
105 struct soc_enum *control = (struct soc_enum *)kcontrol->private_value; in ams_delta_set_audio_mode()
110 if (!cx20442_codec->card->pop_time) in ams_delta_set_audio_mode()
[all …]
/kernel/linux/linux-6.6/arch/arm64/boot/dts/xilinx/
Dzynqmp.dtsi1 // SPDX-License-Identifier: GPL-2.0+
5 * (C) Copyright 2014 - 2021, Xilinx, Inc.
15 #include <dt-bindings/dma/xlnx-zynqmp-dpdma.h>
16 #include <dt-bindings/gpio/gpio.h>
17 #include <dt-bindings/interrupt-controller/arm-gic.h>
18 #include <dt-bindings/interrupt-controller/irq.h>
19 #include <dt-bindings/power/xlnx-zynqmp-power.h>
20 #include <dt-bindings/reset/xlnx-zynqmp-resets.h>
24 #address-cells = <2>;
25 #size-cells = <2>;
[all …]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
Dams-delta.c1 // SPDX-License-Identifier: GPL-2.0
9 * Converted to platform driver by Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
22 #include <linux/mtd/nand-gpio.h>
52 gpiod_set_value(priv->gpiod_nwe, 1); in gpio_nand_write_commit()
53 ndelay(priv->tWP); in gpio_nand_write_commit()
54 gpiod_set_value(priv->gpiod_nwe, 0); in gpio_nand_write_commit()
59 struct gpio_descs *data_gpiods = priv->data_gpiods; in gpio_nand_io_write()
62 gpiod_set_raw_array_value(data_gpiods->ndescs, data_gpiods->desc, in gpio_nand_io_write()
63 data_gpiods->info, values); in gpio_nand_io_write()
70 struct gpio_descs *data_gpiods = priv->data_gpiods; in gpio_nand_dir_output()
[all …]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
Dams-delta.c1 // SPDX-License-Identifier: GPL-2.0
9 * Converted to platform driver by Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
22 #include <linux/mtd/nand-gpio.h>
52 gpiod_set_value(priv->gpiod_nwe, 1); in gpio_nand_write_commit()
53 ndelay(priv->tWP); in gpio_nand_write_commit()
54 gpiod_set_value(priv->gpiod_nwe, 0); in gpio_nand_write_commit()
59 struct gpio_descs *data_gpiods = priv->data_gpiods; in gpio_nand_io_write()
62 gpiod_set_raw_array_value(data_gpiods->ndescs, data_gpiods->desc, in gpio_nand_io_write()
63 data_gpiods->info, values); in gpio_nand_io_write()
70 struct gpio_descs *data_gpiods = priv->data_gpiods; in gpio_nand_dir_output()
[all …]
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dassembler.h1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 1996-2000 Russell King
10 * Do not include any C declarations in this file - it is included by
22 #include <asm/opcodes-virt.h>
23 #include <asm/asm-offsets.h>
26 #include <asm/uaccess-asm.h>
77 * set to write-allocate (this would need further testing on XScale when WA
124 stmdb sp!, {r0-r3, ip, lr}
128 ldmia sp!, {r0-r3, ip, lr}
140 stmdb sp!, {r0-r3, ip, lr}
[all …]
/kernel/linux/linux-6.6/arch/arm/include/asm/
Dassembler.h1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 1996-2000 Russell King
10 * Do not include any C declarations in this file - it is included by
21 #include <asm/opcodes-virt.h>
22 #include <asm/asm-offsets.h>
25 #include <asm/uaccess-asm.h>
76 * set to write-allocate (this would need further testing on XScale when WA
127 stmdb sp!, {r0-r3, ip, lr}
131 ldmia sp!, {r0-r3, ip, lr}
143 stmdb sp!, {r0-r3, ip, lr}
[all …]
/kernel/linux/linux-6.6/
DMAINTAINERS5 ---------------------------------------------------
21 W: *Web-page* with status/info
23 B: URI for where to file *bugs*. A web-page with detailed bug
28 patches to the given subsystem. This is either an in-tree file,
29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
46 N: [^a-z]tegra all files whose path contains tegra
49 scripts/get_maintainer.pl has different behavior for files that
64 ----------------
83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
85 L: linux-scsi@vger.kernel.org
[all …]
/kernel/linux/linux-5.10/
DMAINTAINERS9 -------------------------
30 ``diff -u`` to make the patch easy to merge. Be prepared to get your
39 (scripts/checkpatch.pl) to catch trivial style violations.
40 See Documentation/process/coding-style.rst for guidance here.
43 by ``scripts/get_maintainer.pl.`` The results returned by the
46 See Documentation/process/submitting-patches.rst for details.
57 include a Signed-off-by: line. The current version of this
59 Documentation/process/submitting-patches.rst.
70 that the bug would present a short-term risk to other users if it
76 Documentation/admin-guide/security-bugs.rst for details.
[all …]