HomeSort by relevance Sort by last modified time
    Searched refs:otf_burst_chop_en (Results 1 - 10 of 10) sorted by null

  /external/u-boot/board/freescale/ls1043aqds/
ddr.c 72 popts->otf_burst_chop_en = 0;
  /external/u-boot/board/freescale/ls1046aqds/
ddr.c 68 popts->otf_burst_chop_en = 0;
  /external/u-boot/board/freescale/ls2080a/
ddr.c 79 popts->otf_burst_chop_en = 0;
  /external/u-boot/board/freescale/ls1021aqds/
ddr.c 70 popts->otf_burst_chop_en = 0;
  /external/u-boot/board/freescale/ls1043ardb/
ddr.c 72 popts->otf_burst_chop_en = 0;
  /external/u-boot/board/freescale/ls2080aqds/
ddr.c 89 popts->otf_burst_chop_en = 0;
  /external/u-boot/board/freescale/ls2080ardb/
ddr.c 91 popts->otf_burst_chop_en = 0;
  /external/u-boot/drivers/ddr/fsl/
options.c 953 popts->otf_burst_chop_en = 0; /* on-the-fly burst chop disable */
958 popts->otf_burst_chop_en = 0;
961 popts->otf_burst_chop_en = 1; /* on-the-fly burst chop */
    [all...]
ctrl_regs.c 489 (popts->otf_burst_chop_en ? 2 : 0)) >> 4;
596 if (popts->otf_burst_chop_en)
616 if (popts->otf_burst_chop_en)
691 if (popts->otf_burst_chop_en)
914 obc_cfg = popts->otf_burst_chop_en;
    [all...]
  /external/u-boot/include/
fsl_ddr_sdram.h 363 unsigned int otf_burst_chop_en; member in struct:memctl_options_s

Completed in 230 milliseconds