Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ram/
H A Dmpc83xx_sdram.c335 u32 additive_latency, mcas_to_preamble_override, write_latency, in mpc83xx_sdram_probe() local
730 write_latency = dev_read_u32_default(dev, "write_latency", 0); in mpc83xx_sdram_probe()
731 if (write_latency > 7 || write_latency == 0) { in mpc83xx_sdram_probe()
733 dev->name, write_latency); in mpc83xx_sdram_probe()
779 write_latency << TIMING_CFG2_WR_LAT_DELAY_SHIFT | in mpc83xx_sdram_probe()
/openbmc/u-boot/Documentation/devicetree/bindings/ram/
H A Dfsl,mpc83xx-mem-controller.txt128 - write_latency: Write latency; possible values:
282 write_latency = <3>;