| /rk3399_ARM-atf/drivers/nxp/ddr/nxp-ddr/ |
| H A D | ddr.c | 264 struct ddr_conf *conf, in cal_odt() argument 284 pdodt = (conf->cs_in_use == 0x5) ? dual_SS : in cal_odt() 285 ((conf->cs_in_use == 0x1) ? dual_S0 : NULL); in cal_odt() 287 pdodt = (conf->cs_in_use == 0xf) ? dual_DD : in cal_odt() 288 ((conf->cs_in_use == 0x3) ? dual_D0 : NULL); in cal_odt() 325 struct ddr_conf *conf, in cal_opts() argument 383 struct ddr_conf *conf, in cal_intlv() argument 395 popts->ba_intlv = auto_bank_intlv(conf->cs_in_use, pdimm); in cal_intlv() 480 &priv->conf, in synthesize_ctlr() 489 &priv->conf, in synthesize_ctlr() [all …]
|
| H A D | regs.c | 73 static inline int avoid_odt_overlap(const struct ddr_conf *conf, in avoid_odt_overlap() argument 76 if ((conf->cs_in_use == 0xf) != 0) { in avoid_odt_overlap() 81 if (conf->dimm_in_use[0] != 0 && conf->dimm_in_use[1] != 0) { in avoid_odt_overlap() 93 const struct ddr_conf *conf, in cal_timing_cfg() argument 206 if (avoid_odt_overlap(conf, pdimm) == 2) { in cal_timing_cfg() 526 const struct ddr_conf *conf, in cal_ddr_sdram_mode() argument 580 const bool four_cs = conf->cs_in_use == 0xf ? true : false; in cal_ddr_sdram_mode() 887 const struct ddr_conf *conf, in cal_ddr_csn_bnds() argument 895 i < DDRC_NUM_CS && conf->cs_size[i]; in cal_ddr_csn_bnds() 897 debug("cs_in_use = 0x%x\n", conf->cs_in_use); in cal_ddr_csn_bnds() [all …]
|
| /rk3399_ARM-atf/plat/nxp/soc-lx2160a/lx2160ardb/ |
| H A D | ddr_init.c | 62 priv->conf.cs_on_dimm[0] = 0x3; in board_static_ddr() 111 struct ddr_conf *conf) in ddr_get_ddr_params() argument 115 conf->dimm_in_use[0] = 1; /* Modify accordingly */ in ddr_get_ddr_params() 127 const struct ddr_conf *conf = &priv->conf; in ddr_board_options() local 139 switch (conf->cs_on_dimm[1]) { in ddr_board_options()
|
| /rk3399_ARM-atf/include/drivers/nxp/ddr/ |
| H A D | ddr.h | 95 struct ddr_conf conf; member 130 const struct ddr_conf *conf, 143 int ddr_get_ddr_params(struct dimm_params *pdimm, struct ddr_conf *conf);
|
| /rk3399_ARM-atf/plat/nxp/soc-lx2160a/lx2160aqds/ |
| H A D | ddr_init.c | 193 priv->conf.cs_on_dimm[0] = 0x3; in board_static_ddr() 242 struct ddr_conf *conf) in ddr_get_ddr_params() argument 246 conf->dimm_in_use[0] = 1; /* Modify accordingly */ in ddr_get_ddr_params() 258 const struct ddr_conf *conf = &priv->conf; in ddr_board_options() local 270 switch (conf->cs_on_dimm[1]) { in ddr_board_options()
|
| /rk3399_ARM-atf/plat/nxp/soc-lx2160a/lx2162aqds/ |
| H A D | ddr_init.c | 193 priv->conf.cs_on_dimm[0] = 0x3; in board_static_ddr() 241 struct ddr_conf *conf) in ddr_get_ddr_params() argument 245 conf->dimm_in_use[0] = 1; /* Modify accordingly */ in ddr_get_ddr_params() 257 const struct ddr_conf *conf = &priv->conf; in ddr_board_options() local 270 switch (conf->cs_on_dimm[1]) { in ddr_board_options()
|
| /rk3399_ARM-atf/plat/nxp/soc-ls1043a/ls1043ardb/ |
| H A D | ddr_init.c | 123 struct ddr_conf *conf) 127 conf->dimm_in_use[0] = 1;
|
| /rk3399_ARM-atf/plat/nxp/soc-ls1046a/ls1046afrwy/ |
| H A D | ddr_init.c | 132 int ddr_get_ddr_params(struct dimm_params *pdimm, struct ddr_conf *conf) in ddr_get_ddr_params() argument 136 conf->dimm_in_use[0] = 1; in ddr_get_ddr_params()
|
| /rk3399_ARM-atf/plat/nxp/soc-ls1028a/ls1028ardb/ |
| H A D | ddr_init.c | 149 struct ddr_conf *conf) in ddr_get_ddr_params() argument 153 conf->dimm_in_use[0] = 1; in ddr_get_ddr_params()
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | hikey960.rst | 93 $sudo vi /etc/ser2net.conf 95 Append one line for serial-over-USB in *#ser2net.conf*
|
| H A D | hikey.rst | 95 $sudo vi /etc/ser2net.conf 98 *#ser2net.conf*
|
| /rk3399_ARM-atf/ |
| H A D | .versionrc.cjs | 104 "filename": "docs/conf.py",
|
| /rk3399_ARM-atf/drivers/nxp/ddr/phy-gen2/ |
| H A D | phy.c | 2486 const struct ddr_conf *conf = &priv->conf; in compute_ddr_phy() local 2527 input.cs_d0 = conf->cs_on_dimm[0]; in compute_ddr_phy() 2529 input.cs_d1 = conf->cs_on_dimm[1]; in compute_ddr_phy() 2650 rank = findrank(conf->cs_in_use); in compute_ddr_phy()
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | coding-guidelines.rst | 30 ``.checkpatch.conf`` file in the top-level directory.
|