blob: cccfcca642487a5d448b0231d9f8ed10f424cbb2 [file] [log] [blame]
Angel Pons75594e92020-09-14 14:04:50 +02001/* SPDX-License-Identifier: GPL-2.0-only */
2
Angel Pons62371752021-03-27 21:13:44 +01003#ifndef HASWELL_REGISTERS_EPBAR_H
4#define HASWELL_REGISTERS_EPBAR_H
Angel Pons75594e92020-09-14 14:04:50 +02005
6#define EPPVCCAP1 0x004 /* 32bit */
7#define EPPVCCAP2 0x008 /* 32bit */
8
9#define EPVC0RCAP 0x010 /* 32bit */
10#define EPVC0RCTL 0x014 /* 32bit */
11#define EPVC0RSTS 0x01a /* 16bit */
12
13#define EPVC1RCAP 0x01c /* 32bit */
14#define EPVC1RCTL 0x020 /* 32bit */
15#define EPVC1RSTS 0x026 /* 16bit */
16
17#define EPESD 0x044 /* 32bit */
18
19#define EPLE1D 0x050 /* 32bit */
20#define EPLE1A 0x058 /* 64bit */
21#define EPLE2D 0x060 /* 32bit */
22#define EPLE2A 0x068 /* 64bit */
Angel Pons76b8bc22020-07-23 02:32:27 +020023#define EPLE3D 0x070 /* 32bit */
24#define EPLE3A 0x078 /* 64bit */
25#define EPLE4D 0x080 /* 32bit */
26#define EPLE4A 0x088 /* 64bit */
Angel Pons75594e92020-09-14 14:04:50 +020027
Angel Pons62371752021-03-27 21:13:44 +010028#endif /* HASWELL_REGISTERS_EPBAR_H */