Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • stable
  • extraversion
  • early-display
  • variant-emmc-nvme-boot
  • 2024-07-19
  • 2024-06-30
  • 2023-10-18
  • 2023-10-10
  • 2023-07-04
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
14 results

sequencer.h

  • Marek Vasut's avatar
    16502a0b
    ddr: altera: Clean up mem_config() · 16502a0b
    Marek Vasut authored
    
    Clean mem_config() function. First, reorder the math done in the
    function such that WLAT and RLAT computation is together. Then,
    scrap contradictory comments which do not match the result of the
    math at all. Next, extract the mem_precharge_and_activate() call
    from the end of the function as it is completely unrelated here.
    Finally, rename the function to mem_init_latency().
    
    Signed-off-by: default avatarMarek Vasut <marex@denx.de>
    16502a0b
    History
    ddr: altera: Clean up mem_config()
    Marek Vasut authored
    
    Clean mem_config() function. First, reorder the math done in the
    function such that WLAT and RLAT computation is together. Then,
    scrap contradictory comments which do not match the result of the
    math at all. Next, extract the mem_precharge_and_activate() call
    from the end of the function as it is completely unrelated here.
    Finally, rename the function to mem_init_latency().
    
    Signed-off-by: default avatarMarek Vasut <marex@denx.de>