Searched refs:tCKESR (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/lib/ |
D | jedec_ddr_data.c | 47 .tCKESR = 15000, 68 .tCKESR = 15000, 89 .tCKESR = 15000, 110 .tCKESR = 15000, 132 .tCKESR = 3,
|
/linux-4.19.296/include/memory/ |
D | jedec_ddr.h | 140 u32 tCKESR; member 165 u32 tCKESR; member
|
/linux-4.19.296/drivers/memory/ |
D | of_memory.c | 50 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()
|
D | emif.c | 535 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()
|