qcom,ipq5332.h revision 1.1.1.1
1/* $NetBSD: qcom,ipq5332.h,v 1.1.1.1 2026/01/18 05:21:45 skrll Exp $ */ 2 3/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 4#ifndef INTERCONNECT_QCOM_IPQ5332_H 5#define INTERCONNECT_QCOM_IPQ5332_H 6 7#define MASTER_SNOC_PCIE3_1_M 0 8#define SLAVE_SNOC_PCIE3_1_M 1 9#define MASTER_ANOC_PCIE3_1_S 2 10#define SLAVE_ANOC_PCIE3_1_S 3 11#define MASTER_SNOC_PCIE3_2_M 4 12#define SLAVE_SNOC_PCIE3_2_M 5 13#define MASTER_ANOC_PCIE3_2_S 6 14#define SLAVE_ANOC_PCIE3_2_S 7 15#define MASTER_SNOC_USB 8 16#define SLAVE_SNOC_USB 9 17#define MASTER_NSSNOC_NSSCC 10 18#define SLAVE_NSSNOC_NSSCC 11 19#define MASTER_NSSNOC_SNOC_0 12 20#define SLAVE_NSSNOC_SNOC_0 13 21#define MASTER_NSSNOC_SNOC_1 14 22#define SLAVE_NSSNOC_SNOC_1 15 23#define MASTER_NSSNOC_ATB 16 24#define SLAVE_NSSNOC_ATB 17 25#define MASTER_NSSNOC_PCNOC_1 18 26#define SLAVE_NSSNOC_PCNOC_1 19 27#define MASTER_NSSNOC_QOSGEN_REF 20 28#define SLAVE_NSSNOC_QOSGEN_REF 21 29#define MASTER_NSSNOC_TIMEOUT_REF 22 30#define SLAVE_NSSNOC_TIMEOUT_REF 23 31#define MASTER_NSSNOC_XO_DCD 24 32#define SLAVE_NSSNOC_XO_DCD 25 33 34#define MASTER_NSSNOC_PPE 0 35#define SLAVE_NSSNOC_PPE 1 36#define MASTER_NSSNOC_PPE_CFG 2 37#define SLAVE_NSSNOC_PPE_CFG 3 38#define MASTER_NSSNOC_NSS_CSR 4 39#define SLAVE_NSSNOC_NSS_CSR 5 40#define MASTER_NSSNOC_CE_APB 6 41#define SLAVE_NSSNOC_CE_APB 7 42#define MASTER_NSSNOC_CE_AXI 8 43#define SLAVE_NSSNOC_CE_AXI 9 44 45#define MASTER_CNOC_AHB 0 46#define SLAVE_CNOC_AHB 1 47 48#endif /* INTERCONNECT_QCOM_IPQ5332_H */ 49