Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Djedec_ddr_data.c47 .tCKESR = 15000,
68 .tCKESR = 15000,
89 .tCKESR = 15000,
110 .tCKESR = 15000,
132 .tCKESR = 3,
/Linux-v4.19/arch/arm/boot/dts/
Delpida_ecb240abacn.dtsi21 tCKESR-min-tck = <3>;
36 tCKESR = <15000>;
58 tCKESR = <15000>;
/Linux-v4.19/Documentation/devicetree/bindings/lpddr2/
Dlpddr2.txt31 - tCKESR-min-tck
57 tCKESR-min-tck = <3>;
72 tCKESR = <15000>;
93 tCKESR = <15000>;
Dlpddr2-timings.txt27 - tCKESR
45 tCKESR = <15000>;
/Linux-v4.19/include/memory/
Djedec_ddr.h140 u32 tCKESR; member
165 u32 tCKESR; member
/Linux-v4.19/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.c558 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()