Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspd_sdram.c138 unsigned int trcd_clk, trtp_clk; in spd_sdram() local
584 trtp_clk = 2; /* By the book. */ in spd_sdram()
592 trtp_clk = picos_to_clk(spd.trtp * 250); in spd_sdram()
593 if (trtp_clk < 2) in spd_sdram()
594 trtp_clk = 2; in spd_sdram()
595 trtp_clk += add_lat; in spd_sdram()
627 | ((trtp_clk & 0x7) << 13) /* RD_TO_PRE */ in spd_sdram()