coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
dmibar.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __IRONLAKE_REGISTERS_DMIBAR_H__
4 #define __IRONLAKE_REGISTERS_DMIBAR_H__
5 
6 #define DMIVCECH 0x000 /* 32bit */
7 #define DMIPVCCAP1 0x004 /* 32bit */
8 #define DMIPVCCAP2 0x008 /* 32bit */
9 
10 #define DMIPVCCCTL 0x00c /* 16bit */
11 
12 #define DMIVC0RCAP 0x010 /* 32bit */
13 #define DMIVC0RCTL 0x014 /* 32bit */
14 #define DMIVC0RSTS 0x01a /* 16bit */
15 #define VC0NP (1 << 1)
16 
17 #define DMIVC1RCAP 0x01c /* 32bit */
18 #define DMIVC1RCTL 0x020 /* 32bit */
19 #define DMIVC1RSTS 0x026 /* 16bit */
20 #define VC1NP (1 << 1)
21 
22 #define DMIVCPRCAP 0x028 /* 32bit */
23 #define DMIVCPRCTL 0x02c /* 32bit */
24 #define DMIVCPRSTS 0x032 /* 16bit */
25 #define VCPNP (1 << 1)
26 
27 #define DMIVCMRCAP 0x034 /* 32bit */
28 #define DMIVCMRCTL 0x038 /* 32bit */
29 #define DMIVCMRSTS 0x03e /* 16bit */
30 #define VCMNP (1 << 1)
31 
32 #define DMILE1D 0x050 /* 32bit */
33 #define DMILE1A 0x058 /* 64bit */
34 #define DMILE2D 0x060 /* 32bit */
35 #define DMILE2A 0x068 /* 64bit */
36 
37 #define DMILCAP 0x084 /* 32bit */
38 #define DMILCTL 0x088 /* 16bit */
39 #define DMILSTS 0x08a /* 16bit */
40 
41 #define DMIUESTS 0x1c4 /* 32bit */
42 #define DMICESTS 0x1d0 /* 32bit */
43 
44 #define DMICC 0x208 /* 32bit */
45 
46 #define DMILLTC 0x238 /* 32bit */
47 
48 #endif /* __IRONLAKE_REGISTERS_DMIBAR_H__ */