File: qcom%2Cipq5332.h

package info (click to toggle)
linux 6.16.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,724,576 kB
  • sloc: ansic: 26,558,545; asm: 271,315; sh: 143,998; python: 72,469; makefile: 57,126; perl: 36,821; xml: 19,553; cpp: 5,820; yacc: 4,915; lex: 2,955; awk: 1,667; sed: 28; ruby: 25
file content (46 lines) | stat: -rw-r--r-- 1,391 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
#ifndef INTERCONNECT_QCOM_IPQ5332_H
#define INTERCONNECT_QCOM_IPQ5332_H

#define MASTER_SNOC_PCIE3_1_M		0
#define SLAVE_SNOC_PCIE3_1_M		1
#define MASTER_ANOC_PCIE3_1_S		2
#define SLAVE_ANOC_PCIE3_1_S		3
#define MASTER_SNOC_PCIE3_2_M		4
#define SLAVE_SNOC_PCIE3_2_M		5
#define MASTER_ANOC_PCIE3_2_S		6
#define SLAVE_ANOC_PCIE3_2_S		7
#define MASTER_SNOC_USB			8
#define SLAVE_SNOC_USB			9
#define MASTER_NSSNOC_NSSCC		10
#define SLAVE_NSSNOC_NSSCC		11
#define MASTER_NSSNOC_SNOC_0		12
#define SLAVE_NSSNOC_SNOC_0		13
#define MASTER_NSSNOC_SNOC_1		14
#define SLAVE_NSSNOC_SNOC_1		15
#define MASTER_NSSNOC_ATB		16
#define SLAVE_NSSNOC_ATB		17
#define MASTER_NSSNOC_PCNOC_1		18
#define SLAVE_NSSNOC_PCNOC_1		19
#define MASTER_NSSNOC_QOSGEN_REF	20
#define SLAVE_NSSNOC_QOSGEN_REF		21
#define MASTER_NSSNOC_TIMEOUT_REF	22
#define SLAVE_NSSNOC_TIMEOUT_REF	23
#define MASTER_NSSNOC_XO_DCD		24
#define SLAVE_NSSNOC_XO_DCD		25

#define MASTER_NSSNOC_PPE		0
#define SLAVE_NSSNOC_PPE		1
#define MASTER_NSSNOC_PPE_CFG		2
#define SLAVE_NSSNOC_PPE_CFG		3
#define MASTER_NSSNOC_NSS_CSR		4
#define SLAVE_NSSNOC_NSS_CSR		5
#define MASTER_NSSNOC_CE_APB		6
#define SLAVE_NSSNOC_CE_APB		7
#define MASTER_NSSNOC_CE_AXI		8
#define SLAVE_NSSNOC_CE_AXI		9

#define MASTER_CNOC_AHB			0
#define SLAVE_CNOC_AHB			1

#endif /* INTERCONNECT_QCOM_IPQ5332_H */