Home
last modified time | relevance | path

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

/drivers/memory/
Djedec_ddr_data.c45 .tCKESR = 15000,
66 .tCKESR = 15000,
87 .tCKESR = 15000,
108 .tCKESR = 15000,
130 .tCKESR = 3,
Djedec_ddr.h137 u32 tCKESR; member
162 u32 tCKESR; member
Dof_memory.c47 ret |= of_property_read_u32(np, "tCKESR-min-tck", &min->tCKESR); in of_get_min_tck()
78 ret |= of_property_read_u32(np, "tCKESR", &tim->tCKESR); in of_do_get_timings()
Demif.c556 val = DIV_ROUND_UP(timings->tCKESR, t_ck); in get_sdram_tim_3_shdw()
557 val = max(min_tck->tCKESR, val) - 1; in get_sdram_tim_3_shdw()