Searched +full:sama7g5 +full:- +full:isc (Results 1 – 5 of 5) sorted by relevance
1 /* SPDX-License-Identifier: GPL-2.0 */7 /* ISC Control Enable Register 0 */10 /* ISC Control Disable Register 0 */13 /* ISC Control Status Register 0 */21 /* ISC Parallel Front End Configuration 0 Register */44 /* ISC Parallel Front End Configuration 1 Register */52 /* ISC Parallel Front End Configuration 2 Register */60 /* ISC Clock Enable Register */63 /* ISC Clock Disable Register */66 /* ISC Clock Status Register */[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2019-2021 Microchip Technology, Inc. and its subsidiaries9 * Sensor-->PFE-->DPC-->WB-->CFA-->CC-->GAM-->VHXS-->CSC-->CBHS-->SUB-->RLP-->DMA-->HIS11 * ISC video pipeline integrates the following submodules:31 #include <linux/clk-provider.h>43 #include <media/v4l2-ctrls.h>44 #include <media/v4l2-device.h>45 #include <media/v4l2-event.h>46 #include <media/v4l2-image-sizes.h>47 #include <media/v4l2-ioctl.h>[all …]
1 # SPDX-License-Identifier: GPL-2.0-only2 atmel-isc-objs = atmel-sama5d2-isc.o3 atmel-xisc-objs = atmel-sama7g5-isc.o4 atmel-isc-common-objs = atmel-isc-base.o atmel-isc-clk.o6 obj-$(CONFIG_VIDEO_ATMEL_ISI) += atmel-isi.o7 obj-$(CONFIG_VIDEO_ATMEL_ISC_BASE) += atmel-isc-common.o8 obj-$(CONFIG_VIDEO_ATMEL_ISC) += atmel-isc.o9 obj-$(CONFIG_VIDEO_ATMEL_XISC) += atmel-xisc.o10 obj-$(CONFIG_VIDEO_MICROCHIP_CSI2DC) += microchip-csi2dc.o
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)4 ---6 $schema: http://devicetree.org/meta-schemas/core.yaml#11 - Eugen Hristev <eugen.hristev@microchip.com>25 const: microchip,sama7g5-isc36 clock-names:38 - const: hclock40 '#clock-cells':43 clock-output-names:44 const: isc-mck[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]