X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Vlv2DeviceRefCodePkg%2FValleyView2Soc%2FSouthCluster%2FInclude%2FPchRegs%2FPchRegsScc.h;fp=Vlv2DeviceRefCodePkg%2FValleyView2Soc%2FSouthCluster%2FInclude%2FPchRegs%2FPchRegsScc.h;h=0000000000000000000000000000000000000000;hp=a45c2358f692fe9b40e6508e4ff74403977597eb;hb=5347c48016f27061475fdb053e867a06ce73492f;hpb=96ef5a8e30a8da33eaab09f13cc8d752342717a5 diff --git a/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/PchRegs/PchRegsScc.h b/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/PchRegs/PchRegsScc.h deleted file mode 100644 index a45c2358f6..0000000000 --- a/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/PchRegs/PchRegsScc.h +++ /dev/null @@ -1,53 +0,0 @@ -/*++ - -Copyright (c) 2012 - 2014, Intel Corporation. All rights reserved - - SPDX-License-Identifier: BSD-2-Clause-Patent - - - -Module Name: - - PchRegsScc.h - -Abstract: - - Register names for VLV SCC module. - - Conventions: - - - Prefixes: - Definitions beginning with "R_" are registers - Definitions beginning with "B_" are bits within registers - Definitions beginning with "V_" are meaningful values of bits within the registers - Definitions beginning with "S_" are register sizes - Definitions beginning with "N_" are the bit position - - In general, PCH registers are denoted by "_PCH_" in register names - - Registers / bits that are different between PCH generations are denoted by - "_PCH__" in register/bit names. e.g., "_PCH_VLV_" - - Registers / bits that are different between SKUs are denoted by "_" - at the end of the register/bit names - - Registers / bits of new devices introduced in a PCH generation will be just named - as "_PCH_" without inserted. - ---*/ -#ifndef _PCH_REGS_SCC_H_ -#define _PCH_REGS_SCC_H_ - - -// -// SCC Modules Registers -// - -// -// SCC SDIO Modules -// PCI Config Space Registers -// -#define PCI_DEVICE_NUMBER_PCH_SCC_SDIO_0 16 -#define PCI_DEVICE_NUMBER_PCH_SCC_SDIO_1 17 -#define PCI_DEVICE_NUMBER_PCH_SCC_SDIO_2 18 -#define PCI_DEVICE_NUMBER_PCH_SCC_SDIO_3 23 - -#define PCI_FUNCTION_NUMBER_PCH_SCC_SDIO 0 - -#endif