Searched refs:tXP (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/lib/ |
D | jedec_ddr_data.c | 45 .tXP = 7500, 66 .tXP = 7500, 87 .tXP = 7500, 108 .tXP = 7500, 129 .tXP = 2,
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | elpida_ecb240abacn.dtsi | 18 tXP-min-tck = <2>; 34 tXP = <7500>; 56 tXP = <7500>;
|
/Linux-v4.19/Documentation/devicetree/bindings/lpddr2/ |
D | lpddr2.txt | 24 - tXP-min-tck 54 tXP-min-tck = <2>; 70 tXP = <7500>; 91 tXP = <7500>;
|
D | lpddr2-timings.txt | 19 - tXP 43 tXP = <7500>;
|
/Linux-v4.19/include/memory/ |
D | jedec_ddr.h | 138 u32 tXP; member 162 u32 tXP; member
|
/Linux-v4.19/drivers/memory/ |
D | of_memory.c | 47 ret |= of_property_read_u32(np, "tXP-min-tck", &min->tXP); in of_get_min_tck() 79 ret |= of_property_read_u32(np, "tXP", &tim->tXP); in of_do_get_timings()
|
D | emif.c | 526 val = max(min_tck->tXP, DIV_ROUND_UP(timings->tXP, t_ck)) - 1; in get_sdram_tim_2_shdw()
|