brintos

brintos / linux-shallow public Read only

0
0
Text · 576 B · 03a0c0e Raw
23 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Copyright (C) 2018 The Linux Foundation. All rights reserved.4 */5 6#ifndef _DT_BINDINGS_RESET_PDC_SDM_845_H7#define _DT_BINDINGS_RESET_PDC_SDM_845_H8 9#define PDC_APPS_SYNC_RESET	010#define PDC_SP_SYNC_RESET	111#define PDC_AUDIO_SYNC_RESET	212#define PDC_SENSORS_SYNC_RESET	313#define PDC_AOP_SYNC_RESET	414#define PDC_DEBUG_SYNC_RESET	515#define PDC_GPU_SYNC_RESET	616#define PDC_DISPLAY_SYNC_RESET	717#define PDC_COMPUTE_SYNC_RESET	818#define PDC_MODEM_SYNC_RESET	919#define PDC_WLAN_RF_SYNC_RESET	1020#define PDC_WPSS_SYNC_RESET	1121 22#endif23