Searched refs:tCKESR (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/lib/ |
D | jedec_ddr_data.c | 47 .tCKESR = 15000, 68 .tCKESR = 15000, 89 .tCKESR = 15000, 110 .tCKESR = 15000, 132 .tCKESR = 3,
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | elpida_ecb240abacn.dtsi | 21 tCKESR-min-tck = <3>; 36 tCKESR = <15000>; 58 tCKESR = <15000>;
|
/Linux-v4.19/Documentation/devicetree/bindings/lpddr2/ |
D | lpddr2.txt | 31 - tCKESR-min-tck 57 tCKESR-min-tck = <3>; 72 tCKESR = <15000>; 93 tCKESR = <15000>;
|
D | lpddr2-timings.txt | 27 - tCKESR 45 tCKESR = <15000>;
|
/Linux-v4.19/include/memory/ |
D | jedec_ddr.h | 140 u32 tCKESR; member 165 u32 tCKESR; member
|
/Linux-v4.19/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 | 558 val = DIV_ROUND_UP(timings->tCKESR, t_ck); in get_sdram_tim_3_shdw() 559 val = max(min_tck->tCKESR, val) - 1; in get_sdram_tim_3_shdw()
|