Home
last modified time | relevance | path

Searched refs:activate_to_precharge (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/ram/
H A Dmpc83xx_sdram.c329 u32 precharge_to_activate, activate_to_precharge, in mpc83xx_sdram_probe() local
604 activate_to_precharge = in mpc83xx_sdram_probe()
606 if (activate_to_precharge > 19) { in mpc83xx_sdram_probe()
608 dev->name, activate_to_precharge); in mpc83xx_sdram_probe()
680 (activate_to_precharge > 15 ? in mpc83xx_sdram_probe()
681 activate_to_precharge - 16 : in mpc83xx_sdram_probe()
682 activate_to_precharge) << TIMING_CFG1_ACTTOPRE_SHIFT | in mpc83xx_sdram_probe()
/openbmc/u-boot/Documentation/devicetree/bindings/ram/
H A Dfsl,mpc83xx-mem-controller.txt74 - activate_to_precharge: Activate to precharge interval; possible values:
272 activate_to_precharge = <6>;