Home
last modified time | relevance | path

Searched refs:bstopre (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/board/freescale/c29xpcie/
H A Dddr.c74 popts->bstopre = 0x3cf; in fsl_ddr_board_options()
/openbmc/u-boot/board/freescale/ls1046aqds/
H A Dddr.c70 popts->bstopre = 0; /* enable auto precharge */ in fsl_ddr_board_options()
/openbmc/u-boot/board/freescale/ls1046ardb/
H A Dddr.c71 popts->bstopre = 0; /* enable auto precharge */ in fsl_ddr_board_options()
/openbmc/u-boot/board/freescale/ls1043aqds/
H A Dddr.c74 popts->bstopre = 0; /* enable auto precharge */ in fsl_ddr_board_options()
/openbmc/u-boot/board/freescale/ls2080a/
H A Dddr.c81 popts->bstopre = 0; /* enable auto precharge */ in fsl_ddr_board_options()
/openbmc/u-boot/board/freescale/ls2080ardb/
H A Dddr.c93 popts->bstopre = 0; /* enable auto precharge */ in fsl_ddr_board_options()
/openbmc/u-boot/board/freescale/ls2080aqds/
H A Dddr.c91 popts->bstopre = 0; /* enable auto precharge */ in fsl_ddr_board_options()
/openbmc/u-boot/include/
H A Dfsl_ddr_sdram.h393 unsigned int bstopre; member
/openbmc/u-boot/drivers/ddr/fsl/
H A Dctrl_regs.c1331 unsigned int bstopre; /* Precharge interval */ in set_ddr_sdram_interval() local
1335 bstopre = popts->bstopre; in set_ddr_sdram_interval()
1340 | ((bstopre & 0x3FFF) << 0) in set_ddr_sdram_interval()
H A Doptions.c1037 popts->bstopre = picos_to_mclk(ctrl_num, common_dimm->refresh_rate_ps) in populate_memctl_options()
H A Dinteractive.c572 CTRL_OPTIONS(bstopre), in fsl_ddr_options_edit()
867 CTRL_OPTIONS(bstopre), in print_memctl_options()