Searched refs:memctl_opts (Results 1 - 4 of 4) sorted by path

/u-boot/drivers/ddr/fsl/
H A Dinteractive.c510 memctl_options_t *p = &(pinfo->memctl_opts[ctl_num]);
1768 print_memctl_options(&pinfo->memctl_opts[i]);
2067 memcpy(&(pinfo->memctl_opts[dst_ctlr_num]),
2068 &(pinfo->memctl_opts[src_ctlr_num]),
2069 sizeof(pinfo->memctl_opts[0]));
2077 sizeof(pinfo->memctl_opts[0]));
H A Dmain.c335 switch (pinfo->memctl_opts[i].data_bus_width) {
388 if (pinfo->memctl_opts[first_ctrl].memctl_interleaving) {
391 switch (pinfo->memctl_opts[first_ctrl].ba_intlv_ctl &
408 if (pinfo->memctl_opts[i].memctl_interleaving) {
409 switch (pinfo->memctl_opts[i].memctl_interleaving_mode) {
616 &pinfo->memctl_opts[i],
654 &pinfo->memctl_opts[i],
723 switch (pinfo->memctl_opts[first_ctrl].memctl_interleaving_mode) {
728 pinfo->memctl_opts[first_ctrl].
787 if (pinfo->memctl_opts[
[all...]
H A Doptions.c1345 check_intlv = pinfo->memctl_opts[first_ctrl].memctl_interleaving_mode;
1348 if (!pinfo->memctl_opts[i].memctl_interleaving) {
1355 pinfo->memctl_opts[i].memctl_interleaving_mode))){
1365 pinfo->memctl_opts[i].memctl_interleaving = 0;
1394 pinfo->memctl_opts[i].memctl_interleaving = 0;
/u-boot/include/
H A Dfsl_ddr.h59 memctl_options_t memctl_opts[CONFIG_SYS_NUM_DDR_CTLRS]; member in struct:__anon103

Completed in 73 milliseconds