brintos

brintos / linux-shallow public Read only

0
0
Text · 1.8 KiB · 4201933 Raw
60 lines · c
1/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */2#ifndef INTERCONNECT_QCOM_IPQ9574_H3#define INTERCONNECT_QCOM_IPQ9574_H4 5#define MASTER_ANOC_PCIE0		06#define SLAVE_ANOC_PCIE0		17#define MASTER_SNOC_PCIE0		28#define SLAVE_SNOC_PCIE0		39#define MASTER_ANOC_PCIE1		410#define SLAVE_ANOC_PCIE1		511#define MASTER_SNOC_PCIE1		612#define SLAVE_SNOC_PCIE1		713#define MASTER_ANOC_PCIE2		814#define SLAVE_ANOC_PCIE2		915#define MASTER_SNOC_PCIE2		1016#define SLAVE_SNOC_PCIE2		1117#define MASTER_ANOC_PCIE3		1218#define SLAVE_ANOC_PCIE3		1319#define MASTER_SNOC_PCIE3		1420#define SLAVE_SNOC_PCIE3		1521#define MASTER_USB			1622#define SLAVE_USB			1723#define MASTER_USB_AXI			1824#define SLAVE_USB_AXI			1925#define MASTER_NSSNOC_NSSCC		2026#define SLAVE_NSSNOC_NSSCC		2127#define MASTER_NSSNOC_SNOC_0		2228#define SLAVE_NSSNOC_SNOC_0		2329#define MASTER_NSSNOC_SNOC_1		2430#define SLAVE_NSSNOC_SNOC_1		2531#define MASTER_NSSNOC_PCNOC_1		2632#define SLAVE_NSSNOC_PCNOC_1		2733#define MASTER_NSSNOC_QOSGEN_REF	2834#define SLAVE_NSSNOC_QOSGEN_REF		2935#define MASTER_NSSNOC_TIMEOUT_REF	3036#define SLAVE_NSSNOC_TIMEOUT_REF	3137#define MASTER_NSSNOC_XO_DCD		3238#define SLAVE_NSSNOC_XO_DCD		3339#define MASTER_NSSNOC_ATB		3440#define SLAVE_NSSNOC_ATB		3541#define MASTER_MEM_NOC_NSSNOC		3642#define SLAVE_MEM_NOC_NSSNOC		3743#define MASTER_NSSNOC_MEMNOC		3844#define SLAVE_NSSNOC_MEMNOC		3945#define MASTER_NSSNOC_MEM_NOC_1		4046#define SLAVE_NSSNOC_MEM_NOC_1		4147 48#define MASTER_NSSNOC_PPE		049#define SLAVE_NSSNOC_PPE		150#define MASTER_NSSNOC_PPE_CFG		251#define SLAVE_NSSNOC_PPE_CFG		352#define MASTER_NSSNOC_NSS_CSR		453#define SLAVE_NSSNOC_NSS_CSR		554#define MASTER_NSSNOC_IMEM_QSB		655#define SLAVE_NSSNOC_IMEM_QSB		756#define MASTER_NSSNOC_IMEM_AHB		857#define SLAVE_NSSNOC_IMEM_AHB		958 59#endif /* INTERCONNECT_QCOM_IPQ9574_H */60