Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ram/
H A Dmpc83xx_sdram.c347 posted_refreshes; in mpc83xx_sdram_probe() local
981 posted_refreshes = dev_read_u32_default(dev, "posted_refreshes", 0); in mpc83xx_sdram_probe()
982 if (posted_refreshes > 8 || posted_refreshes == 0) { in mpc83xx_sdram_probe()
984 dev->name, posted_refreshes); in mpc83xx_sdram_probe()
992 posted_refreshes << SDRAM_CFG2_NUM_PR; in mpc83xx_sdram_probe()
/openbmc/u-boot/Documentation/devicetree/bindings/ram/
H A Dfsl,mpc83xx-mem-controller.txt196 - posted_refreshes: Number of posted refreshes
296 posted_refreshes = <1>;