instruction
stringlengths
82
202
input
stringclasses
1 value
output
stringlengths
73
23.9M
Linux işletim sistemi çekirdeği için 'include/dt-bindings/sound/tlv320aic31xx' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __DT_TLV320AIC31XX_H #define __DT_TLV320AIC31XX_H #define MICBIAS_2_0V 1 #define MICBIAS_2_5V 2 #define MICBIAS_AVDDV 3 #define PLL_CLKIN_MCLK 0x00 #define PLL_CLKIN_BCLK 0x01 #define PLL_CLKIN_GPIO1 0x02 #define PLL_CLKIN_DIN 0x03 #endif /* __DT_TLV320AIC31...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/sound/rt5651' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __DT_RT5651_H #define __DT_RT5651_H #define RT5651_JD_NULL 0 #define RT5651_JD1_1 1 #define RT5651_JD1_2 2 #define RT5651_JD2 3 #define RT5651_OVCD_SF_0P5 0 #define RT5651_OVCD_SF_0P75 1 #define RT5651_OVCD_SF_1P0 2 #define RT5651_OVCD_SF_1P5 3 #endif /...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/sound/microchip,pdmc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __DT_BINDINGS_MICROCHIP_PDMC_H__ #define __DT_BINDINGS_MICROCHIP_PDMC_H__ /* PDM microphone's pin placement */ #define MCHP_PDMC_DS0 0 #define MCHP_PDMC_DS1 1 /* PDM microphone clock edge sampling */ #define MCHP_PDMC_CLK_POSITIVE 0 #define MCHP_PDMC_CLK_NEGATIVE 1 ...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/sound/apq8016-lpass' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __DT_APQ8016_LPASS_H #define __DT_APQ8016_LPASS_H #include <dt-bindings/sound/qcom,lpass.h> /* NOTE: Use qcom,lpass.h to define any AIF ID's for LPASS */ #endif /* __DT_APQ8016_LPASS_H */ ```
Linux işletim sistemi çekirdeği için 'include/dt-bindings/sound/meson-g12a-tohdmitx' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __DT_MESON_G12A_TOHDMITX_H #define __DT_MESON_G12A_TOHDMITX_H #define TOHDMITX_I2S_IN_A 0 #define TOHDMITX_I2S_IN_B 1 #define TOHDMITX_I2S_IN_C 2 #define TOHDMITX_I2S_OUT 3 #define TOHDMITX_SPDIF_IN_A 4 #define TOHDMITX_SPDIF_IN_B 5 #define TOHDMITX_SPDIF_OUT 6 #end...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/sound/sc7180-lpass' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __DT_SC7180_LPASS_H #define __DT_SC7180_LPASS_H #include <dt-bindings/sound/qcom,lpass.h> /* NOTE: Use qcom,lpass.h to define any AIF ID's for LPASS */ #endif /* __DT_APQ8016_LPASS_H */ ```
Linux işletim sistemi çekirdeği için 'include/dt-bindings/sound/madera' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Device Tree defines for Madera codecs * * Copyright (C) 2016-2017 Cirrus Logic, Inc. and * Cirrus Logic International Semiconductor Ltd. */ #ifndef DT_BINDINGS_SOUND_MADERA_H #define DT_BINDINGS_SOUND_MADERA_H #define MADERA_INMODE_DIF...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/sound/tlv320adc3xxx' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ /* * Devicetree bindings definitions for tlv320adc3xxx driver. * * Copyright (C) 2021 Axis Communications AB */ #ifndef __DT_TLV320ADC3XXX_H #define __DT_TLV320ADC3XXX_H #define ADC3XXX_GPIO_DISABLED 0 /* I/O buffers powered down */ #define ADC3XX...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/sound/audio-graph' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 * * audio-graph.h * * Copyright (c) 2024 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> */ #ifndef __AUDIO_GRAPH_H #define __AUDIO_GRAPH_H /* * used in * link-trigger-order * link-trigger-order-start * link-trigger-order-stop * * default is * link-trigger-orde...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/sound/cs35l32' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __DT_CS35L32_H #define __DT_CS35L32_H #define CS35L32_BOOST_MGR_AUTO 0 #define CS35L32_BOOST_MGR_AUTO_AUDIO 1 #define CS35L32_BOOST_MGR_BYPASS 2 #define CS35L32_BOOST_MGR_FIXED 3 #define CS35L32_DATA_CFG_LR_VP 0 #define CS35L32_DATA_CFG_LR_STAT 1 #define CS35L32_...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/usb/pd' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __DT_POWER_DELIVERY_H #define __DT_POWER_DELIVERY_H /* Power delivery Power Data Object definitions */ #define PDO_TYPE_FIXED 0 #define PDO_TYPE_BATT 1 #define PDO_TYPE_VAR 2 #define PDO_TYPE_APDO 3 #define PDO_TYPE_SHIFT 30 #define PDO_TYPE_MASK 0x3 #define ...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/qcom,gcc-msm8974' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2013, The Linux Foundation. All rights reserved. */ #ifndef _DT_BINDINGS_RESET_MSM_GCC_8974_H #define _DT_BINDINGS_RESET_MSM_GCC_8974_H #define GCC_SYSTEM_NOC_BCR 0 #define GCC_CONFIG_NOC_BCR 1 #define GCC_PERIPH_NOC_BCR 2 #define GCC_IMEM_BC...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/sun20i-d1-r-ccu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ /* * Copyright (C) 2021 Samuel Holland <samuel@sholland.org> */ #ifndef _DT_BINDINGS_RST_SUN20I_D1_R_CCU_H_ #define _DT_BINDINGS_RST_SUN20I_D1_R_CCU_H_ #define RST_BUS_R_TIMER 0 #define RST_BUS_R_TWD 1 #define RST_BUS_R_PPU 2 #define RST_BUS_R_IR_RX 3 #defin...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/pistachio-resets' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * This header provides constants for the reset controller * present in the Pistachio SoC */ #ifndef _PISTACHIO_RESETS_H #define _PISTACHIO_RESETS_H #define PISTACHIO_RESET_I2C0 0 #define PISTACHIO_RESET_I2C1 1 #define PISTACHIO_RESET_I2C2 2 #define PISTACHIO_RESET_...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/stm32mp1-resets' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ /* * Copyright (C) STMicroelectronics 2018 - All Rights Reserved * Author: Gabriel Fernandez <gabriel.fernandez@st.com> for STMicroelectronics. */ #ifndef _DT_BINDINGS_STM32MP1_RESET_H_ #define _DT_BINDINGS_STM32MP1_RESET_H_ #define MCU_HOLD_BOOT_R 2144 #...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/airoha,en7581-reset' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2024 AIROHA Inc * Author: Lorenzo Bianconi <lorenzo@kernel.org> */ #ifndef __DT_BINDINGS_RESET_CONTROLLER_AIROHA_EN7581_H_ #define __DT_BINDINGS_RESET_CONTROLLER_AIROHA_EN7581_H_ /* RST_CTRL2 */ #define EN7581_XPON_PHY_RST 0 #define EN7581_CPU_TIME...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/qcom,mmcc-msm8974' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2013, The Linux Foundation. All rights reserved. */ #ifndef _DT_BINDINGS_RESET_MSM_MMCC_8974_H #define _DT_BINDINGS_RESET_MSM_MMCC_8974_H #define SPDM_RESET 0 #define SPDM_RM_RESET 1 #define VENUS0_RESET 2 #define MDSS_RESET 3 #define CAMSS...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/nvidia,tegra114-car' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */ /* * This header provides Tegra114-specific constants for binding * nvidia,tegra114-car. */ #ifndef _DT_BINDINGS_RESET_NVIDIA_TEGRA114_CAR_H #define _DT_BINDINGS_RESET_NVIDIA_TEGRA114_CAR_H #define TEGRA114_RESET(x) (5 * 32 + (x)) #define TEGRA114_R...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/qcom,sm8450-gpucc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ /* * Copyright (c) 2019, The Linux Foundation. All rights reserved. * Copyright (c) 2023, Linaro Limited */ #ifndef _DT_BINDINGS_RESET_QCOM_GPU_CC_SM8450_H #define _DT_BINDINGS_RESET_QCOM_GPU_CC_SM8450_H #define GPUCC_GPU_CC_ACD_BCR 0 #define GPU...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/sun9i-a80-ccu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Copyright (C) 2016 Chen-Yu Tsai <wens@csie.org> * * This file is dual-licensed: you can use it either under the terms * of the GPL or the X11 license, at your option. Note that this dual * licensing only applies to this file, and not this project as a * whole. * * a) This file is free software; you c...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/tegra194-reset' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. */ #ifndef __ABI_MACH_T194_RESET_H #define __ABI_MACH_T194_RESET_H #define TEGRA194_RESET_ACTMON 1 #define TEGRA194_RESET_ADSP_ALL 2 #define TEGRA194_RESET_AFI 3 #define TEGRA194_RESET_CAN1 4 #define TE...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/mediatek,mt6735-pericfg' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ #ifndef _DT_BINDINGS_RESET_MT6735_PERICFG_H #define _DT_BINDINGS_RESET_MT6735_PERICFG_H #define MT6735_PERI_RST0_UART0 0 #define MT6735_PERI_RST0_UART1 1 #define MT6735_PERI_RST0_UART2 2 #define MT6735_PERI_RST0_UART3 3 #define MT6735_PERI_RST...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/xlnx-zynqmp-resets' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2018 Xilinx, Inc. */ #ifndef _DT_BINDINGS_ZYNQMP_RESETS_H #define _DT_BINDINGS_ZYNQMP_RESETS_H #define ZYNQMP_RESET_PCIE_CFG 0 #define ZYNQMP_RESET_PCIE_BRIDGE 1 #define ZYNQMP_RESET_PCIE_CTRL 2 #define ZYNQMP_RESET_DP 3 #define ZYNQMP_RESET_S...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/stih407-resets' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * This header provides constants for the reset controller * based peripheral powerdown requests on the STMicroelectronics * STiH407 SoC. */ #ifndef _DT_BINDINGS_RESET_CONTROLLER_STIH407 #define _DT_BINDINGS_RESET_CONTROLLER_STIH407 /* Powerdown requests control 0 */ #...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/sun8i-a83t-ccu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Copyright (C) 2017 Chen-Yu Tsai <wens@csie.org> * * This file is dual-licensed: you can use it either under the terms * of the GPL or the X11 license, at your option. Note that this dual * licensing only applies to this file, and not this project as a * whole. * * a) This file is free software; you c...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/amlogic,meson-axg-audio-arb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0 OR MIT) * * Copyright (c) 2018 Baylibre SAS. * Author: Jerome Brunet <jbrunet@baylibre.com> */ #ifndef _DT_BINDINGS_AMLOGIC_MESON_AXG_AUDIO_ARB_H #define _DT_BINDINGS_AMLOGIC_MESON_AXG_AUDIO_ARB_H #define AXG_ARB_TODDR_A 0 #define AXG_ARB_TODDR_B 1 #define AXG_ARB_TODDR_C...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/spacemit,k3-resets' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ /* * Copyright (c) 2025 SpacemiT Technology Co. Ltd */ #ifndef _DT_BINDINGS_RESET_SPACEMIT_K3_RESETS_H_ #define _DT_BINDINGS_RESET_SPACEMIT_K3_RESETS_H_ /* MPMU resets */ #define RESET_MPMU_WDT 0 #define RESET_MPMU_RIPC 1 /* APBC...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/bitmain,bm1880-reset' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2018 Bitmain Ltd. * Copyright (c) 2019 Linaro Ltd. */ #ifndef _DT_BINDINGS_BM1880_RESET_H #define _DT_BINDINGS_BM1880_RESET_H #define BM1880_RST_MAIN_AP 0 #define BM1880_RST_SECOND_AP 1 #define BM1880_RST_DDR 2 #define BM1880_RST_VIDEO 3 #define ...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/qcom,sdm845-pdc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2018 The Linux Foundation. All rights reserved. */ #ifndef _DT_BINDINGS_RESET_PDC_SDM_845_H #define _DT_BINDINGS_RESET_PDC_SDM_845_H #define PDC_APPS_SYNC_RESET 0 #define PDC_SP_SYNC_RESET 1 #define PDC_AUDIO_SYNC_RESET 2 #define PDC_SENSORS_SYNC_RESET ...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/sun9i-a80-de' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Copyright (C) 2016 Chen-Yu Tsai <wens@csie.org> * * This file is dual-licensed: you can use it either under the terms * of the GPL or the X11 license, at your option. Note that this dual * licensing only applies to this file, and not this project as a * whole. * * a) This file is free software; you c...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/sama7g5-reset' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ #ifndef __DT_BINDINGS_RESET_SAMA7G5_H #define __DT_BINDINGS_RESET_SAMA7G5_H #define SAMA7G5_RESET_USB_PHY1 4 #define SAMA7G5_RESET_USB_PHY2 5 #define SAMA7G5_RESET_USB_PHY3 6 #endif /* __DT_BINDINGS_RESET_SAMA7G5_H */ ```
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/qcom,gcc-apq8084' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2014, The Linux Foundation. All rights reserved. */ #ifndef _DT_BINDINGS_RESET_APQ_GCC_8084_H #define _DT_BINDINGS_RESET_APQ_GCC_8084_H #define GCC_SYSTEM_NOC_BCR 0 #define GCC_CONFIG_NOC_BCR 1 #define GCC_PERIPH_NOC_BCR 2 #define GCC_IMEM_BCR ...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/thead,th1520-reset' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ /* * Copyright (c) 2024 Samsung Electronics Co., Ltd. * Author: Michal Wilczynski <m.wilczynski@samsung.com> */ #ifndef _DT_BINDINGS_TH1520_RESET_H #define _DT_BINDINGS_TH1520_RESET_H /* AO Subsystem */ #define TH1520_RESET_ID_SYSTEM 0 #define TH1...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/amlogic,meson8b-reset' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ /* * Copyright (c) 2016 BayLibre, SAS. * Author: Neil Armstrong <narmstrong@baylibre.com> */ #ifndef _DT_BINDINGS_AMLOGIC_MESON8B_RESET_H #define _DT_BINDINGS_AMLOGIC_MESON8B_RESET_H /* RESET0 */ #define RESET_HIU 0 #define RESET_VLD 1 #define RESE...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/stm32mp13-resets' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause */ /* * Copyright (C) STMicroelectronics 2018 - All Rights Reserved * Author: Gabriel Fernandez <gabriel.fernandez@foss.st.com> for STMicroelectronics. */ #ifndef _DT_BINDINGS_STM32MP13_RESET_H_ #define _DT_BINDINGS_STM32MP13_RESET_H_ #define TIM2_R 13...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/canaan,k230-rst' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ /* * Copyright (C) 2023-2024 Canaan Bright Sight Co., Ltd * Copyright (C) 2024-2025 Junhui Liu <junhui.liu@pigmoral.tech> */ #ifndef _DT_BINDINGS_CANAAN_K230_RST_H_ #define _DT_BINDINGS_CANAAN_K230_RST_H_ #define RST_CPU0 0 #define RST_CPU1 1 #def...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/econet,en751221-scu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ #ifndef __DT_BINDINGS_RESET_CONTROLLER_ECONET_EN751221_H_ #define __DT_BINDINGS_RESET_CONTROLLER_ECONET_EN751221_H_ #define EN751221_XPON_PHY_RST 0 #define EN751221_PCM1_ZSI_ISI_RST 1 #define EN751221_FE_QDMA1_RST 2 #define EN751221_FE_QDMA2_RST ...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/sun50i-h616-ccu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ /* * Copyright (C) 2020 Arm Ltd. */ #ifndef _DT_BINDINGS_RESET_SUN50I_H616_H_ #define _DT_BINDINGS_RESET_SUN50I_H616_H_ #define RST_MBUS 0 #define RST_BUS_DE 1 #define RST_BUS_DEINTERLACE 2 #define RST_BUS_GPU 3 #define RST_BUS_CE 4 #define RST_BUS_VE 5 #de...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/hisi,hi6220-resets' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /** * This header provides index for the reset controller * based on hi6220 SoC. */ #ifndef _DT_BINDINGS_RESET_CONTROLLER_HI6220 #define _DT_BINDINGS_RESET_CONTROLLER_HI6220 #define PERIPH_RSTDIS0_MMC0 0x000 #define PERIPH_RSTDIS0_MMC1 0x001 #defin...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/rockchip,rk3576-cru' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ /* * Copyright (c) 2023 Rockchip Electronics Co. Ltd. * Copyright (c) 2024 Collabora Ltd. * * Author: Elaine Zhang <zhangqing@rock-chips.com> * Author: Detlev Casanova <detlev.casanova@collabora.com> */ #ifndef _DT_BINDINGS_RESET_ROCKCHIP_RK3576_H #define _DT_...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/toshiba,tmpv770x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ #ifndef _DT_BINDINGS_RESET_TOSHIBA_TMPV770X_H_ #define _DT_BINDINGS_RESET_TOSHIBA_TMPV770X_H_ /* Reset */ #define TMPV770X_RESET_PIETHER_2P5M 0 #define TMPV770X_RESET_PIETHER_25M 1 #define TMPV770X_RESET_PIETHER_50M 2 #define TMPV770X_RESET_PIETHER_12...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/sun8i-v3s-ccu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Copyright (C) 2016 Icenowy Zheng <icenowy@aosc.xyz> * * Based on sun8i-v3s-ccu.h, which is * Copyright (C) 2016 Maxime Ripard <maxime.ripard@free-electrons.com> * * This file is dual-licensed: you can use it either under the terms * of the GPL or the X11 license, at your option. Note that this dual * ...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/mt2712-resets' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2019 MediaTek Inc. * Author: Yong Liang <yong.liang@mediatek.com> */ #ifndef _DT_BINDINGS_RESET_CONTROLLER_MT2712 #define _DT_BINDINGS_RESET_CONTROLLER_MT2712 #define MT2712_TOPRGU_INFRA_SW_RST 0 #define MT2712_TOPRGU_MM_SW_RST 1 #define MT2712_...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/sun55i-a523-ccu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */ /* * Copyright (c) 2024 Arm Ltd. */ #ifndef _DT_BINDINGS_RST_SUN55I_A523_CCU_H_ #define _DT_BINDINGS_RST_SUN55I_A523_CCU_H_ #define RST_MBUS 0 #define RST_BUS_NSI 1 #define RST_BUS_DE 2 #define RST_BUS_DI 3 #define RST_BUS_G2D 4 #define RST_BUS_SYS 5 #...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/sun20i-d1-ccu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ /* * Copyright (c) 2020 huangzhenwei@allwinnertech.com * Copyright (C) 2021 Samuel Holland <samuel@sholland.org> */ #ifndef _DT_BINDINGS_RST_SUN20I_D1_CCU_H_ #define _DT_BINDINGS_RST_SUN20I_D1_CCU_H_ #define RST_MBUS 0 #define RST_BUS_DE 1 #define RST_BUS_DI ...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/amlogic,meson-s4-reset' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ /* * Copyright (c) 2021 Amlogic, Inc. All rights reserved. * Author: Zelong Dong <zelong.dong@amlogic.com> * */ #ifndef _DT_BINDINGS_AMLOGIC_MESON_S4_RESET_H #define _DT_BINDINGS_AMLOGIC_MESON_S4_RESET_H /* RESET0 */ #define RESET_USB_DDR0 0 #define RESE...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/xlnx-versal-resets' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020 Xilinx, Inc. */ #ifndef _DT_BINDINGS_VERSAL_RESETS_H #define _DT_BINDINGS_VERSAL_RESETS_H #define VERSAL_RST_PMC_POR (0xc30c001U) #define VERSAL_RST_PMC (0xc410002U) #define VERSAL_RST_PS_POR (0xc30c003U) #define VERSAL_RST_PL_POR (0xc30c...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/mt8173-resets' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2014 MediaTek Inc. * Author: Flora Fu, MediaTek */ #ifndef _DT_BINDINGS_RESET_CONTROLLER_MT8173 #define _DT_BINDINGS_RESET_CONTROLLER_MT8173 /* INFRACFG resets */ #define MT8173_INFRA_EMI_REG_RST 0 #define MT8173_INFRA_DRAMC0_A0_RST 1 ...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/cix,sky1-system-control' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ /* Author: Jerry Zhu <jerry.zhu@cixtech.com> */ #ifndef DT_BINDING_RESET_CIX_SKY1_SYSTEM_CONTROL_H #define DT_BINDING_RESET_CIX_SKY1_SYSTEM_CONTROL_H /* func reset for sky1 fch */ #define SW_I3C0_RST_FUNC_G_N 0 #define SW_I3C0_RST_FUNC_I_N 1 #define SW...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/bcm6358-reset' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ #ifndef __DT_BINDINGS_RESET_BCM6358_H #define __DT_BINDINGS_RESET_BCM6358_H #define BCM6358_RST_SPI 0 #define BCM6358_RST_ENET 2 #define BCM6358_RST_MPI 3 #define BCM6358_RST_EPHY 6 #define BCM6358_RST_SAR 7 #define BCM6358_RST_USBH 12 #define BCM6358_RST_PCM 13 #defin...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/bcm6368-reset' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ #ifndef __DT_BINDINGS_RESET_BCM6368_H #define __DT_BINDINGS_RESET_BCM6368_H #define BCM6368_RST_SPI 0 #define BCM6368_RST_MPI 3 #define BCM6368_RST_IPSEC 4 #define BCM6368_RST_EPHY 6 #define BCM6368_RST_SAR 7 #define BCM6368_RST_SWITCH 10 #define BCM6368_RST_USBD 11 #de...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/nvidia,tegra264' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ /* Copyright (c) 2022-2025, NVIDIA CORPORATION. All rights reserved. */ #ifndef DT_BINDINGS_RESET_NVIDIA_TEGRA264_H #define DT_BINDINGS_RESET_NVIDIA_TEGRA264_H #define TEGRA264_RESET_APE_TKE 1 #define TEGRA264_RESET_CEC 2 #define TEGRA264_RESET_AD...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/mediatek,mt6735-mfgcfg' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ #ifndef _DT_BINDINGS_RESET_MT6735_MFGCFG_H #define _DT_BINDINGS_RESET_MT6735_MFGCFG_H #define MT6735_MFG_RST0_AXI 0 #define MT6735_MFG_RST0_G3D 1 #endif /* _DT_BINDINGS_RESET_MT6735_MFGCFG_H */ ```
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/sun8i-r-ccu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Copyright (C) 2016 Icenowy Zheng <icenowy@aosc.xyz> * * This file is dual-licensed: you can use it either under the terms * of the GPL or the X11 license, at your option. Note that this dual * licensing only applies to this file, and not this project as a * whole. * * a) This file is free software; y...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/altr,rst-mgr' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2014, Steffen Trumtrar <s.trumtrar@pengutronix.de> */ #ifndef _DT_BINDINGS_RESET_ALTR_RST_MGR_H #define _DT_BINDINGS_RESET_ALTR_RST_MGR_H /* MPUMODRST */ #define CPU0_RESET 0 #define CPU1_RESET 1 #define WDS_RESET 2 #define SCUPER_RESET 3 #defi...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/mediatek,mt7988-resets' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ /* * Copyright (c) 2023 Daniel Golle <daniel@makrotopia.org> * Author: Daniel Golle <daniel@makrotopia.org> */ #ifndef _DT_BINDINGS_RESET_CONTROLLER_MT7988 #define _DT_BINDINGS_RESET_CONTROLLER_MT7988 /* ETHWARP resets */ #define MT7988_ETHWARP_RST...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/imx8mq-reset' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2018 Zodiac Inflight Innovations * * Author: Andrey Smirnov <andrew.smirnov@gmail.com> */ #ifndef DT_BINDING_RESET_IMX8MQ_H #define DT_BINDING_RESET_IMX8MQ_H #define IMX8MQ_RESET_A53_CORE_POR_RESET0 0 #define IMX8MQ_RESET_A53_CORE_POR_RESET1 1 #define...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/sun55i-a523-mcu-ccu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */ /* * Copyright (C) 2025 Chen-Yu Tsai <wens@csie.org> */ #ifndef _DT_BINDINGS_RST_SUN55I_A523_MCU_CCU_H_ #define _DT_BINDINGS_RST_SUN55I_A523_MCU_CCU_H_ #define RST_BUS_MCU_I2S0 0 #define RST_BUS_MCU_I2S1 1 #define RST_BUS_MCU_I2S2 2 #define RST_BUS_MCU_I2...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/sun50i-h6-ccu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ /* * Copyright (C) 2017 Icenowy Zheng <icenowy@aosc.io> */ #ifndef _DT_BINDINGS_RESET_SUN50I_H6_H_ #define _DT_BINDINGS_RESET_SUN50I_H6_H_ #define RST_MBUS 0 #define RST_BUS_DE 1 #define RST_BUS_DEINTERLACE 2 #define RST_BUS_GPU 3 #define RST_BUS_CE 4 #defin...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/mt7986-resets' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ /* * Copyright (c) 2022 MediaTek Inc. * Author: Sam Shih <sam.shih@mediatek.com> */ #ifndef _DT_BINDINGS_RESET_CONTROLLER_MT7986 #define _DT_BINDINGS_RESET_CONTROLLER_MT7986 /* INFRACFG resets */ #define MT7986_INFRACFG_PEXTP_MAC_SW_RST 6 #define MT798...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/amlogic,meson-gxbb-reset' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ /* * Copyright (c) 2016 BayLibre, SAS. * Author: Neil Armstrong <narmstrong@baylibre.com> */ #ifndef _DT_BINDINGS_AMLOGIC_MESON_GXBB_RESET_H #define _DT_BINDINGS_AMLOGIC_MESON_GXBB_RESET_H /* RESET0 */ #define RESET_HIU 0 /* 1 */ #define RESET_DO...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/realtek,rtd1295' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause) */ /* * Realtek RTD1295 reset controllers * * Copyright (c) 2017 Andreas Färber */ #ifndef DT_BINDINGS_RESET_RTD1295_H #define DT_BINDINGS_RESET_RTD1295_H /* soft reset 1 */ #define RTD1295_RSTN_MISC 0 #define RTD1295_RSTN_NAT 1 #define RTD1295_...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/sun5i-ccu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright 2016 Maxime Ripard * * Maxime Ripard <maxime.ripard@free-electrons.com> */ #ifndef _RST_SUN5I_H_ #define _RST_SUN5I_H_ #define RST_USB_PHY0 0 #define RST_USB_PHY1 1 #define RST_GPS 2 #define RST_DE_BE 3 #define RST_DE_FE 4 #define RST_TVE 5 #de...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/rockchip,rv1126b-cru' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */ /* * Copyright (c) 2025 Rockchip Electronics Co., Ltd. * Author: Elaine Zhang <zhangqing@rock-chips.com> */ #ifndef _DT_BINDINGS_RESET_ROCKCHIP_RV1126B_H #define _DT_BINDINGS_RESET_ROCKCHIP_RV1126B_H /* ==========================list all of reset fields id=...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/mt7629-resets' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2019 MediaTek Inc. */ #ifndef _DT_BINDINGS_RESET_CONTROLLER_MT7629 #define _DT_BINDINGS_RESET_CONTROLLER_MT7629 /* INFRACFG resets */ #define MT7629_INFRA_EMI_MPU_RST 0 #define MT7629_INFRA_UART5_RST 2 #define MT7629_INFRA_CIRQ_EINT_RST 3 #define MT...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/sun55i-a523-r-ccu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */ /* * Copyright (C) 2024 Arm Ltd. */ #ifndef _DT_BINDINGS_RST_SUN55I_A523_R_CCU_H_ #define _DT_BINDINGS_RST_SUN55I_A523_R_CCU_H_ #define RST_BUS_R_TIMER 0 #define RST_BUS_R_TWD 1 #define RST_BUS_R_PWMCTRL 2 #define RST_BUS_R_SPI 3 #define RST_BUS_R_SPINLOC...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/fsl,imx8ulp-sim-lpav' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ /* * Copyright 2025 NXP */ #ifndef DT_BINDING_RESET_IMX8ULP_SIM_LPAV_H #define DT_BINDING_RESET_IMX8ULP_SIM_LPAV_H #define IMX8ULP_SIM_LPAV_HIFI4_DSP_DBG_RST 0 #define IMX8ULP_SIM_LPAV_HIFI4_DSP_RST 1 #define IMX8ULP_SIM_LPAV_HIFI4_DSP_STALL 2 #def...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/delta,tn48m-reset' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Delta TN48M CPLD GPIO driver * * Copyright (C) 2021 Sartura Ltd. * * Author: Robert Marko <robert.marko@sartura.hr> */ #ifndef _DT_BINDINGS_RESET_TN48M_H #define _DT_BINDINGS_RESET_TN48M_H #define CPU_88F7040_RESET 0 #define CPU_88F6820_RESET 1 #define MAC_9...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/mt2701-resets' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2015 MediaTek, Shunli Wang <shunli.wang@mediatek.com> */ #ifndef _DT_BINDINGS_RESET_CONTROLLER_MT2701 #define _DT_BINDINGS_RESET_CONTROLLER_MT2701 /* INFRACFG resets */ #define MT2701_INFRA_EMI_REG_RST 0 #define MT2701_INFRA_DRAMC0_A0_RST 1 #defi...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/amlogic,meson-g12a-audio-reset' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2019 BayLibre, SAS. * Author: Jerome Brunet <jbrunet@baylibre.com> * */ #ifndef _DT_BINDINGS_AMLOGIC_MESON_G12A_AUDIO_RESET_H #define _DT_BINDINGS_AMLOGIC_MESON_G12A_AUDIO_RESET_H #define AUD_RESET_PDM 0 #define AUD_RESET_TDMIN_A 1 #define AUD_RESET_...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/imx7-reset' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2017 Impinj, Inc. * * Author: Andrey Smirnov <andrew.smirnov@gmail.com> */ #ifndef DT_BINDING_RESET_IMX7_H #define DT_BINDING_RESET_IMX7_H #define IMX7_RESET_A7_CORE_POR_RESET0 0 #define IMX7_RESET_A7_CORE_POR_RESET1 1 #define IMX7_RESET_A7_CORE_...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/qcom,mmcc-msm8960' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2013, The Linux Foundation. All rights reserved. */ #ifndef _DT_BINDINGS_RESET_MSM_MMCC_8960_H #define _DT_BINDINGS_RESET_MSM_MMCC_8960_H #define VPE_AXI_RESET 0 #define IJPEG_AXI_RESET 1 #define MPD_AXI_RESET 2 #define VFE_AXI_RESET ...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/airoha,en7523-reset' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2024 iopsys Software Solutions AB. * Copyright (C) 2025 Genexis AB. * * Author: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu> * * based on * include/dt-bindings/reset/airoha,en7581-reset.h * by Lorenzo Bianconi <lorenzo@kernel.org> */ ...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/starfive,jh7110-crg' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR MIT */ /* * Copyright (C) 2022 Emil Renner Berthing <kernel@esmil.dk> * Copyright (C) 2022 StarFive Technology Co., Ltd. */ #ifndef __DT_BINDINGS_RESET_STARFIVE_JH7110_CRG_H__ #define __DT_BINDINGS_RESET_STARFIVE_JH7110_CRG_H__ /* SYSCRG resets */ #define JH7110_SYSRST_J...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/sun9i-a80-usb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Copyright (C) 2016 Chen-Yu Tsai <wens@csie.org> * * This file is dual-licensed: you can use it either under the terms * of the GPL or the X11 license, at your option. Note that this dual * licensing only applies to this file, and not this project as a * whole. * * a) This file is free software; you c...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/tegra210-car' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * This header provides Tegra210-specific constants for binding * nvidia,tegra210-car. */ #ifndef _DT_BINDINGS_RESET_TEGRA210_CAR_H #define _DT_BINDINGS_RESET_TEGRA210_CAR_H #define TEGRA210_RESET(x) (7 * 32 + (x)) #define TEGRA210_RST_DFLL_DVCO TEGRA210_RESET(0) #de...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/sun4i-a10-ccu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Copyright (C) 2017 Priit Laes <plaes@plaes.org> * * This file is dual-licensed: you can use it either under the terms * of the GPL or the X11 license, at your option. Note that this dual * licensing only applies to this file, and not this project as a * whole. * * a) This file is free software; you c...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/rockchip,rk3562-cru' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ /* * Copyright (c) 2024-2025 Rockchip Electronics Co. Ltd. * * Author: Elaine Zhang <zhangqing@rock-chips.com> */ #ifndef _DT_BINDINGS_RESET_ROCKCHIP_RK3562_H #define _DT_BINDINGS_RESET_ROCKCHIP_RK3562_H /********Name=SOFTRST_CON01,Offset=0x404***...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/amlogic,c3-reset' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */ /* * Copyright (c) 2023 Amlogic, Inc. All rights reserved. */ #ifndef _DT_BINDINGS_AMLOGIC_C3_RESET_H #define _DT_BINDINGS_AMLOGIC_C3_RESET_H /* RESET0 */ /* 0-3 */ #define RESET_USBCTRL 4 /* 5-7 */ #define RESET_USBPHY20 8 /* 9 */ #defi...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/mt8186-resets' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ /* * Copyright (c) 2022 MediaTek Inc. * Author: Runyang Chen <runyang.chen@mediatek.com> */ #ifndef _DT_BINDINGS_RESET_CONTROLLER_MT8186 #define _DT_BINDINGS_RESET_CONTROLLER_MT8186 /* TOPRGU resets */ #define MT8186_TOPRGU_INFRA_SW_RST 0 #define MT...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/sun50i-a100-ccu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ /* * Copyright (c) 2020 Yangtao Li <frank@allwinnertech.com> */ #ifndef _DT_BINDINGS_RESET_SUN50I_A100_H_ #define _DT_BINDINGS_RESET_SUN50I_A100_H_ #define RST_MBUS 0 #define RST_BUS_DE 1 #define RST_BUS_G2D 2 #define RST_BUS_GPU 3 #define RST_BUS_CE 4 #def...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/qcom,gcc-msm8960' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2013, The Linux Foundation. All rights reserved. */ #ifndef _DT_BINDINGS_RESET_MSM_GCC_8960_H #define _DT_BINDINGS_RESET_MSM_GCC_8960_H #define SFAB_MSS_Q6_SW_RESET 0 #define SFAB_MSS_Q6_FW_RESET 1 #define QDSS_STM_RESET 2 #define AFAB_SM...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/gxbb-aoclkc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * * GPL LICENSE SUMMARY * * Copyright (c) 2016 BayLibre, SAS. * Author: Neil Armstrong <narmstrong@baylibre.com> * * This program is free software; you can redistribute...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/mt8135-resets' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2014 MediaTek Inc. * Author: Flora Fu, MediaTek */ #ifndef _DT_BINDINGS_RESET_CONTROLLER_MT8135 #define _DT_BINDINGS_RESET_CONTROLLER_MT8135 /* INFRACFG resets */ #define MT8135_INFRA_EMI_REG_RST 0 #define MT8135_INFRA_DRAMC0_A0_RST 1 ...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/sun50i-a100-r-ccu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ /* * Copyright (c) 2020 Yangtao Li <frank@allwinnertech.com> */ #ifndef _DT_BINDINGS_RST_SUN50I_A100_R_CCU_H_ #define _DT_BINDINGS_RST_SUN50I_A100_R_CCU_H_ #define RST_R_APB1_TIMER 0 #define RST_R_APB1_BUS_PWM 1 #define RST_R_APB1_PPU 2 #define RST_R_APB2_UART ...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/qcom,qca8k-nsscc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ /* * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. */ #ifndef _DT_BINDINGS_RESET_QCOM_QCA8K_NSS_CC_H #define _DT_BINDINGS_RESET_QCOM_QCA8K_NSS_CC_H #define NSS_CC_SWITCH_CORE_ARES 1 #define NSS_CC_APB_BRIDGE_ARES 2 #...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/rockchip,rk3588-cru' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ /* * Copyright (c) 2021, 2024 Rockchip Electronics Co. Ltd. * Copyright (c) 2022 Collabora Ltd. * * Author: Elaine Zhang <zhangqing@rock-chips.com> * Author: Sebastian Reichel <sebastian.reichel@collabora.com> */ #ifndef _DT_BINDINGS_RESET_ROCKCHIP_RK3588_H #d...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/qcom,gcc-msm8939' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2020 Linaro Limited */ #ifndef _DT_BINDINGS_RESET_MSM_GCC_8939_H #define _DT_BINDINGS_RESET_MSM_GCC_8939_H #define GCC_BLSP1_BCR 0 #define GCC_BLSP1_QUP1_BCR 1 #define GCC_BLSP1_UART1_BCR 2 #define GCC_BLSP1_QUP2_BCR 3 #define GCC_BLSP1_UART2_BCR ...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/imx8mp-reset' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2020 NXP */ #ifndef DT_BINDING_RESET_IMX8MP_H #define DT_BINDING_RESET_IMX8MP_H #define IMX8MP_RESET_A53_CORE_POR_RESET0 0 #define IMX8MP_RESET_A53_CORE_POR_RESET1 1 #define IMX8MP_RESET_A53_CORE_POR_RESET2 2 #define IMX8MP_RESET_A53_CORE_POR_RESET3 3 ...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/st,stm32mp25-rcc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */ /* * Copyright (C) STMicroelectronics 2023 - All Rights Reserved * Author(s): Gabriel Fernandez <gabriel.fernandez@foss.st.com> */ #ifndef _DT_BINDINGS_STM32MP25_RESET_H_ #define _DT_BINDINGS_STM32MP25_RESET_H_ #define TIM1_R 0 #define TIM2_R 1 #de...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/sunplus,sp7021-reset' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ /* * Copyright (C) Sunplus Technology Co., Ltd. * All rights reserved. */ #ifndef _DT_BINDINGS_RST_SUNPLUS_SP7021_H #define _DT_BINDINGS_RST_SUNPLUS_SP7021_H #define RST_SYSTEM 0 #define RST_RTC 1 #define RST_IOCTL...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/bcm6328-reset' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ #ifndef __DT_BINDINGS_RESET_BCM6328_H #define __DT_BINDINGS_RESET_BCM6328_H #define BCM6328_RST_SPI 0 #define BCM6328_RST_EPHY 1 #define BCM6328_RST_SAR 2 #define BCM6328_RST_ENETSW 3 #define BCM6328_RST_USBS 4 #define BCM6328_RST_USBH 5 #define BCM6328_RST_PCM 6 #defin...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/sun8i-h3-ccu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Copyright (C) 2016 Maxime Ripard <maxime.ripard@free-electrons.com> * * This file is dual-licensed: you can use it either under the terms * of the GPL or the X11 license, at your option. Note that this dual * licensing only applies to this file, and not this project as a * whole. * * a) This file is ...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/bcm6362-reset' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ #ifndef __DT_BINDINGS_RESET_BCM6362_H #define __DT_BINDINGS_RESET_BCM6362_H #define BCM6362_RST_SPI 0 #define BCM6362_RST_IPSEC 1 #define BCM6362_RST_EPHY 2 #define BCM6362_RST_SAR 3 #define BCM6362_RST_ENETSW 4 #define BCM6362_RST_USBD 5 #define BCM6362_RST_USBH 6 #defi...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/qcom,sm8650-gpucc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ /* * Copyright (c) 2019, The Linux Foundation. All rights reserved. * Copyright (c) 2023, Linaro Limited */ #ifndef _DT_BINDINGS_RESET_QCOM_GPU_CC_SM8650_H #define _DT_BINDINGS_RESET_QCOM_GPU_CC_SM8650_H #define GPUCC_GPU_CC_ACD_BCR 0 #define GPU...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/qcom,sdm845-aoss' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2018 The Linux Foundation. All rights reserved. */ #ifndef _DT_BINDINGS_RESET_AOSS_SDM_845_H #define _DT_BINDINGS_RESET_AOSS_SDM_845_H #define AOSS_CC_MSS_RESTART 0 #define AOSS_CC_CAMSS_RESTART 1 #define AOSS_CC_VENUS_RESTART 2 #define AOSS_CC_GPU_REST...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/mediatek,mt6735-vdecsys' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ #ifndef _DT_BINDINGS_RESET_MT6735_VDECSYS_H #define _DT_BINDINGS_RESET_MT6735_VDECSYS_H #define MT6735_VDEC_RST0_VDEC 0 #define MT6735_VDEC_RST1_SMI_LARB1 1 #endif /* _DT_BINDINGS_RESET_MT6735_VDECSYS_H */ ```
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/snps,hsdk-reset' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /** * This header provides index for the HSDK reset controller. */ #ifndef _DT_BINDINGS_RESET_CONTROLLER_SNPS_HSDK #define _DT_BINDINGS_RESET_CONTROLLER_SNPS_HSDK #define HSDK_APB_RESET 0 #define HSDK_AXI_RESET 1 #define HSDK_ETH_RESET 2 #define HSDK_USB_RESET 3 #define HSDK_SDIO_RESET 4 #define HSDK_HDMI_RESET...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/sophgo,sg2042-reset' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */ /* * Copyright (C) 2023 Sophgo Technology Inc. All rights reserved. */ #ifndef __DT_BINDINGS_RESET_SOPHGO_SG2042_H_ #define __DT_BINDINGS_RESET_SOPHGO_SG2042_H_ #define RST_MAIN_AP 0 #define RST_RISCV_CPU 1 #define RST_RISCV_LOW_SPEED_LOGIC 2 #define R...
Linux işletim sistemi çekirdeği için 'include/dt-bindings/reset/qcom,sar2130p-gpucc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ /* * Copyright (c) 2019, The Linux Foundation. All rights reserved. * Copyright (c) 2024, Linaro Limited */ #ifndef _DT_BINDINGS_RESET_QCOM_GPU_CC_SAR2130P_H #define _DT_BINDINGS_RESET_QCOM_GPU_CC_SAR2130P_H #define GPUCC_GPU_CC_GX_BCR 0 #define ...