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

  /external/u-boot/include/
fsl_ddr_sdram.h 368 unsigned int x4_en; /* enable x4 devices */ member in struct:memctl_options_s
  /external/u-boot/drivers/ddr/fsl/
ctrl_regs.c 882 unsigned int x4_en = 0; /* x4 DRAM enable */ local
934 x4_en = popts->x4_en ? 1 : 0;
960 | (x4_en << 10)
    [all...]
options.c 948 popts->x4_en = (pdimm[0].device_width == 4) ? 1 : 0;
    [all...]
interactive.c 570 CTRL_OPTIONS(x4_en),
865 CTRL_OPTIONS(x4_en),
    [all...]

Completed in 104 milliseconds