Home
last modified time | relevance | path

Searched refs:DDRC_NUM_DIMM (Results 1 – 19 of 19) sorted by relevance

/rk3399_ARM-atf/plat/nxp/common/plat_make_helper/
H A Dplat_common_def.mk44 DDRC_NUM_DIMM := 1
47 ifneq (${DDRC_NUM_DIMM},)
48 $(eval $(call add_define_val,DDRC_NUM_DIMM,${DDRC_NUM_DIMM}))
/rk3399_ARM-atf/include/drivers/nxp/ddr/
H A Dddr.h41 #ifndef DDRC_NUM_DIMM
42 #define DDRC_NUM_DIMM 1 macro
46 (DDRC_NUM_CS / DDRC_NUM_DIMM)
/rk3399_ARM-atf/plat/nxp/soc-ls1088a/ls1088ardb/
H A Dplatform.mk13 DDRC_NUM_DIMM := 1
H A Dddr_init.c72 info.dimm_on_ctlr = DDRC_NUM_DIMM; in init_ddr()
/rk3399_ARM-atf/plat/nxp/soc-ls1088a/ls1088aqds/
H A Dplatform.mk13 DDRC_NUM_DIMM := 1
H A Dddr_init.c71 info.dimm_on_ctlr = DDRC_NUM_DIMM; in init_ddr()
/rk3399_ARM-atf/plat/nxp/soc-ls1046a/ls1046ardb/
H A Dplatform.mk14 DDRC_NUM_DIMM := 1
/rk3399_ARM-atf/plat/nxp/soc-ls1043a/ls1043ardb/
H A Dplatform.mk16 DDRC_NUM_DIMM := 0
/rk3399_ARM-atf/plat/nxp/soc-ls1046a/ls1046afrwy/
H A Dplatform.mk16 DDRC_NUM_DIMM := 0
/rk3399_ARM-atf/plat/nxp/soc-ls1046a/ls1046aqds/
H A Dplatform.mk14 DDRC_NUM_DIMM := 1
/rk3399_ARM-atf/plat/nxp/soc-lx2160a/lx2162aqds/
H A Dplatform.mk16 DDRC_NUM_DIMM := 1
H A Dddr_init.c331 info.dimm_on_ctlr = DDRC_NUM_DIMM; in init_ddr()
/rk3399_ARM-atf/plat/nxp/soc-lx2160a/lx2160aqds/
H A Dplatform.mk16 DDRC_NUM_DIMM := 2
H A Dddr_init.c331 info.dimm_on_ctlr = DDRC_NUM_DIMM; in init_ddr()
/rk3399_ARM-atf/plat/nxp/soc-lx2160a/lx2160ardb/
H A Dplatform.mk16 DDRC_NUM_DIMM := 2
H A Dddr_init.c196 info.dimm_on_ctlr = DDRC_NUM_DIMM; in init_ddr()
/rk3399_ARM-atf/drivers/nxp/ddr/nxp-ddr/
H A Dddr.c621 for (j = 0; j < DDRC_NUM_DIMM; j++) { in parse_spd()
H A Dregs.c80 #if DDRC_NUM_DIMM >= 2 in avoid_odt_overlap()
/rk3399_ARM-atf/drivers/nxp/ddr/phy-gen2/
H A Dphy.c2528 #if DDRC_NUM_DIMM > 1 in compute_ddr_phy()