11.1Sjmcneill/* $NetBSD: qcom,sdm845-pdc.h,v 1.1.1.2 2021/11/07 16:49:57 jmcneill Exp $ */ 21.1Sjmcneill 31.1Sjmcneill/* SPDX-License-Identifier: GPL-2.0 */ 41.1Sjmcneill/* 51.1Sjmcneill * Copyright (C) 2018 The Linux Foundation. All rights reserved. 61.1Sjmcneill */ 71.1Sjmcneill 81.1Sjmcneill#ifndef _DT_BINDINGS_RESET_PDC_SDM_845_H 91.1Sjmcneill#define _DT_BINDINGS_RESET_PDC_SDM_845_H 101.1Sjmcneill 111.1Sjmcneill#define PDC_APPS_SYNC_RESET 0 121.1Sjmcneill#define PDC_SP_SYNC_RESET 1 131.1Sjmcneill#define PDC_AUDIO_SYNC_RESET 2 141.1Sjmcneill#define PDC_SENSORS_SYNC_RESET 3 151.1Sjmcneill#define PDC_AOP_SYNC_RESET 4 161.1Sjmcneill#define PDC_DEBUG_SYNC_RESET 5 171.1Sjmcneill#define PDC_GPU_SYNC_RESET 6 181.1Sjmcneill#define PDC_DISPLAY_SYNC_RESET 7 191.1Sjmcneill#define PDC_COMPUTE_SYNC_RESET 8 201.1Sjmcneill#define PDC_MODEM_SYNC_RESET 9 211.1.1.2Sjmcneill#define PDC_WLAN_RF_SYNC_RESET 10 221.1.1.2Sjmcneill#define PDC_WPSS_SYNC_RESET 11 231.1Sjmcneill 241.1Sjmcneill#endif 25