Home
last modified time | relevance | path

Searched refs:tRPab (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/memory/
H A Djedec_ddr_data.c37 .tRPab = 21000,
58 .tRPab = 21000,
79 .tRPab = 21000,
100 .tRPab = 21000,
121 .tRPab = 3,
H A Djedec_ddr.h150 u32 tRPab; member
174 u32 tRPab; member
230 u32 tRPab; member
259 u32 tRPab; member
H A Dof_memory.c38 ret |= of_property_read_u32(np, "tRPab-min-tck", &min->tRPab); in of_get_min_tck()
70 ret |= of_property_read_u32(np, "tRPab", &tim->tRPab); in of_do_get_timings()
177 ret |= of_property_read_u32(np, "tRPab-min-tck", &min->tRPab); in of_lpddr3_get_min_tck()
223 ret |= of_property_read_u32(np, "tRPab", &tim->tRPab); in of_lpddr3_do_get_timings()
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Delpida_ecb240abacn.dtsi12 tRPab-min-tck = <3>;
28 tRPab = <21000>;
50 tRPab = <21000>;
/openbmc/u-boot/arch/arm/mach-omap2/omap4/
H A Demif.c26 .tRPab = 21,
50 .tRPab = 21,
H A Dsdram_elpida.c193 .tRPab = 21,
216 .tRPab = 21,
239 .tRPab = 21,
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ddr/
H A Djedec,lpddr2.yaml84 tRPab-min-tck:
151 tRPab-min-tck = <3>;
167 tRPab = <21000>;
188 tRPab = <21000>;
H A Djedec,lpddr2-timings.yaml62 tRPab:
125 tRPab = <21000>;
H A Djedec,lpddr3.yaml111 tRPab-min-tck:
209 tRPab-min-tck = <2>;
233 tRPab = <12000>;
H A Djedec,lpddr3-timings.yaml79 tRPab:
147 tRPab = <12000>;
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Demif.c27 .tRPab = 21,
H A Dsdram.c615 .tRPab = 21,
/openbmc/linux/drivers/memory/samsung/
H A Dexynos5422-dmc.c1062 val = dmc->timings->tRPab / clk_period_ps; in create_timings_aligned()
1063 val += dmc->timings->tRPab % clk_period_ps ? 1 : 0; in create_timings_aligned()
1064 val = max(val, dmc->min_tck->tRPab); in create_timings_aligned()
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos5422-odroid-core.dtsi343 tRPab-min-tck = <2>;
369 tRPab = <12000>;
/openbmc/u-boot/arch/arm/mach-omap2/
H A Demif-common.c698 val = ns_2_cycles(timings->tRASmin + timings->tRPab) - 1; in get_sdram_tim_1_reg()
710 val = max(min_tck->tRP_AB, ns_2_cycles(timings->tRPab)) - 1; in get_sdram_tim_1_reg()
/openbmc/u-boot/arch/arm/include/asm/
H A Demif.h1142 u8 tRPab; member