Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Djedec_ddr_data.c44 .tWTR = 10000,
65 .tWTR = 7500,
86 .tWTR = 7500,
107 .tWTR = 7500,
128 .tWTR = 2,
/linux-4.19.296/include/memory/
Djedec_ddr.h137 u32 tWTR; member
161 u32 tWTR; member
/linux-4.19.296/drivers/memory/
Dof_memory.c46 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()
Demif.c416 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()