Searched refs:tWTR (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/lib/ |
D | jedec_ddr_data.c | 44 .tWTR = 10000, 65 .tWTR = 7500, 86 .tWTR = 7500, 107 .tWTR = 7500, 128 .tWTR = 2,
|
/linux-4.19.296/include/memory/ |
D | jedec_ddr.h | 137 u32 tWTR; member 161 u32 tWTR; member
|
/linux-4.19.296/drivers/memory/ |
D | of_memory.c | 46 ret |= of_property_read_u32(np, "tWTR-min-tck", &min->tWTR); in of_get_min_tck() 78 ret |= of_property_read_u32(np, "tWTR", &tim->tWTR); in of_do_get_timings()
|
D | emif.c | 416 val = max(min_tck->tWTR, DIV_ROUND_UP(timings->tWTR, t_ck)) - 1; in get_sdram_tim_1_shdw() 449 val = max(min_tck->tWTR, DIV_ROUND_UP(timings->tWTR, t_ck)) - 1; in get_sdram_tim_1_shdw_derated()
|