Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Djedec_ddr_data.c47 .tCKESR = 15000,
68 .tCKESR = 15000,
89 .tCKESR = 15000,
110 .tCKESR = 15000,
132 .tCKESR = 3,
/linux-4.19.296/include/memory/
Djedec_ddr.h140 u32 tCKESR; member
165 u32 tCKESR; member
/linux-4.19.296/drivers/memory/
Dof_memory.c50 ret |= of_property_read_u32(np, "tCKESR-min-tck", &min->tCKESR); in of_get_min_tck()
81 ret |= of_property_read_u32(np, "tCKESR", &tim->tCKESR); in of_do_get_timings()
Demif.c535 val = DIV_ROUND_UP(timings->tCKESR, t_ck); in get_sdram_tim_3_shdw()
536 val = max(min_tck->tCKESR, val) - 1; in get_sdram_tim_3_shdw()