coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
dramc_soc.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _DRAMC_SOC_H_
4 #define _DRAMC_SOC_H_
5 
6 enum {
7  CHANNEL_A = 0,
10 };
11 
12 enum {
16 };
17 
18 enum {
20  CATRAINING_NUM = 10
21 };
22 
23 enum {
27 };
28 
29 #endif /* _DRAMC_COMMON_H_ */
@ DQS_NUMBER
Definition: dramc_soc.h:26
@ DQ_DATA_WIDTH
Definition: dramc_soc.h:24
@ DQS_BIT_NUMBER
Definition: dramc_soc.h:25
@ CHANNEL_A
Definition: dramc_soc.h:7
@ CHANNEL_NUM
Definition: dramc_soc.h:9
@ CHANNEL_B
Definition: dramc_soc.h:8
@ CATRAINING_NUM
Definition: dramc_soc.h:20
@ DUAL_RANKS
Definition: dramc_soc.h:19
@ GW_PARAM_COARSE
Definition: dramc_soc.h:13
@ GW_PARAM_FINE
Definition: dramc_soc.h:14
@ GW_PARAM_NUM
Definition: dramc_soc.h:15