]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/PchRegs/PchRegsScc.h
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / SouthCluster / Include / PchRegs / PchRegsScc.h
CommitLineData
3cbfba02
DW
1/*++\r
2\r
3Copyright (c) 2012 - 2014, Intel Corporation. All rights reserved\r
4\r
5 This program and the accompanying materials are licensed and made available under\r
6 the terms and conditions of the BSD License that accompanies this distribution.\r
7 The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php.\r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13\r
14\r
15Module Name:\r
16\r
17 PchRegsScc.h\r
18\r
19Abstract:\r
20\r
21 Register names for VLV SCC module.\r
22\r
23 Conventions:\r
24\r
25 - Prefixes:\r
26 Definitions beginning with "R_" are registers\r
27 Definitions beginning with "B_" are bits within registers\r
28 Definitions beginning with "V_" are meaningful values of bits within the registers\r
29 Definitions beginning with "S_" are register sizes\r
30 Definitions beginning with "N_" are the bit position\r
31 - In general, PCH registers are denoted by "_PCH_" in register names\r
32 - Registers / bits that are different between PCH generations are denoted by\r
33 "_PCH_<generation_name>_" in register/bit names. e.g., "_PCH_VLV_"\r
34 - Registers / bits that are different between SKUs are denoted by "_<SKU_name>"\r
35 at the end of the register/bit names\r
36 - Registers / bits of new devices introduced in a PCH generation will be just named\r
37 as "_PCH_" without <generation_name> inserted.\r
38\r
39--*/\r
40#ifndef _PCH_REGS_SCC_H_\r
41#define _PCH_REGS_SCC_H_\r
42\r
43\r
44//\r
45// SCC Modules Registers\r
46//\r
47\r
48//\r
49// SCC SDIO Modules\r
50// PCI Config Space Registers\r
51//\r
52#define PCI_DEVICE_NUMBER_PCH_SCC_SDIO_0 16\r
53#define PCI_DEVICE_NUMBER_PCH_SCC_SDIO_1 17\r
54#define PCI_DEVICE_NUMBER_PCH_SCC_SDIO_2 18\r
55#define PCI_DEVICE_NUMBER_PCH_SCC_SDIO_3 23\r
56\r
57#define PCI_FUNCTION_NUMBER_PCH_SCC_SDIO 0\r
58\r
59#endif\r