Searched refs:trtp_clk (Results 1 – 1 of 1) sorted by relevance
145 unsigned int trcd_clk, trtp_clk; in spd_sdram() local591 trtp_clk = 2; /* By the book. */ in spd_sdram()599 trtp_clk = picos_to_clk(spd.trtp * 250); in spd_sdram()600 if (trtp_clk < 2) in spd_sdram()601 trtp_clk = 2; in spd_sdram()602 trtp_clk += add_lat; in spd_sdram()634 | ((trtp_clk & 0x7) << 13) /* RD_TO_PRE */ in spd_sdram()
Completed in 4 milliseconds